summaryrefslogtreecommitdiffstats
path: root/testing/util.py
diff options
context:
space:
mode:
Diffstat (limited to 'testing/util.py')
-rw-r--r--testing/util.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/testing/util.py b/testing/util.py
index bfe1421..4edb7a9 100644
--- a/testing/util.py
+++ b/testing/util.py
@@ -38,10 +38,6 @@ skipif_cant_run_swift = pytest.mark.skipif(
parse_shebang.find_executable('swift') is None,
reason="swift isn't installed or can't be found",
)
-xfailif_windows_no_ruby = pytest.mark.xfail(
- os.name == 'nt',
- reason='Ruby support not yet implemented on windows.',
-)
xfailif_windows = pytest.mark.xfail(os.name == 'nt', reason='windows')