Skip to content

Commit 4c78c2b

Browse files
authored
Merge pull request #2006 from strictdoc-project/stanislaw/pdf
tests/end2end: disable HTML2PDF test on macOS for now
2 parents 4f49de1 + 605ece0 commit 4c78c2b

File tree

1 file changed

+2
-0
lines changed
  • tests/end2end/screens/document/_export_to_pdf/export_to_pdf_basic

1 file changed

+2
-0
lines changed

tests/end2end/screens/document/_export_to_pdf/export_to_pdf_basic/test_case.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
Screen_ProjectIndex,
99
)
1010
from tests.end2end.server import SDocTestServer
11+
from tests.end2end.test_helpers import available_systems
1112

1213
path_to_this_test_file_folder = os.path.dirname(os.path.abspath(__file__))
1314
path_to_expected_downloaded_file = os.path.join(
@@ -16,6 +17,7 @@
1617

1718

1819
class Test(E2ECase):
20+
@available_systems(["linux"])
1921
def test(self):
2022
shutil.rmtree(DOWNLOADED_FILES_PATH, ignore_errors=True)
2123

0 commit comments

Comments
 (0)