summaryrefslogtreecommitdiffstats
path: root/tests/test_all_tables_e2e/test_ascii_table.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_all_tables_e2e/test_ascii_table.py')
-rw-r--r--tests/test_all_tables_e2e/test_ascii_table.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_all_tables_e2e/test_ascii_table.py b/tests/test_all_tables_e2e/test_ascii_table.py
index 51ebc2a..a1a3b9c 100644
--- a/tests/test_all_tables_e2e/test_ascii_table.py
+++ b/tests/test_all_tables_e2e/test_ascii_table.py
@@ -100,7 +100,7 @@ def test_multi_line():
@pytest.mark.skipif(str(not IS_WINDOWS))
-@pytest.mark.skipif('True') # https://github.com/Robpol86/terminaltables/issues/30
+@pytest.mark.skip # https://github.com/Robpol86/terminaltables/issues/44
def test_windows_screenshot(tmpdir):
"""Test on Windows in a new console window. Take a screenshot to verify it works.