summaryrefslogtreecommitdiffstats
path: root/tests/test_all_tables_e2e/test_single_table_windows.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_all_tables_e2e/test_single_table_windows.py')
-rw-r--r--tests/test_all_tables_e2e/test_single_table_windows.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_all_tables_e2e/test_single_table_windows.py b/tests/test_all_tables_e2e/test_single_table_windows.py
index a15fa3a..bfdfe2e 100644
--- a/tests/test_all_tables_e2e/test_single_table_windows.py
+++ b/tests/test_all_tables_e2e/test_single_table_windows.py
@@ -201,7 +201,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.