Skip to content

Commit 605ece0

Browse files
committed
tests/end2end: disable HTML2PDF test on macOS for now
Some problems with Chrome Driver versions compatibility. One solution in the future could be to use the system chrome driver available on the GitHub Actions CI machines.
1 parent 4a0f59a commit 605ece0

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)