summaryrefslogtreecommitdiff
path: root/scss/tests/functions/test_core.py
diff options
context:
space:
mode:
Diffstat (limited to 'scss/tests/functions/test_core.py')
-rw-r--r--scss/tests/functions/test_core.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/scss/tests/functions/test_core.py b/scss/tests/functions/test_core.py
index 6d727a9..cf0198b 100644
--- a/scss/tests/functions/test_core.py
+++ b/scss/tests/functions/test_core.py
@@ -321,7 +321,6 @@ def test_append(calc):
assert calc('append((blue, red), green, space)') == calc('blue red green')
-@xfail(reason="not implemented (oops)")
def test_zip(calc):
# Examples from the Ruby docs
assert calc('zip(1px 1px 3px, solid dashed solid, red green blue)') == calc('1px solid red, 1px dashed green, 3px solid blue')