summaryrefslogtreecommitdiffstats
path: root/tests/test_all_tables_e2e/test_single_table_windows.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-09-16 14:10:28 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-09-16 14:10:28 +0000
commit03d47f5e5b2ca6a7448fdcf657920f1376049d71 (patch)
treeebc6662abba79f121f361f3bb5778c984713e122 /tests/test_all_tables_e2e/test_single_table_windows.py
parentAdding upstream version 3.1.0. (diff)
downloadterminaltables-upstream.tar.xz
terminaltables-upstream.zip
Adding upstream version 3.1.10.upstream/3.1.10upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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.