Skip to content

Commit

Permalink
Made sure github actions do not execute SDF file related test
Browse files Browse the repository at this point in the history
  • Loading branch information
christiaan committed Jan 20, 2025
1 parent fc50e4d commit 1cb1ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UnitTests/domain_test/InsertDataDomain_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def test_load_and_validate_document_good_path(mock_screen: InsertDataScreen,
assert(len(objects_lists[0]) == 12)
assert (global_vars.current_project.saved_project_files[0].state == FileState.OK)


@pytest.mark.skip
@pytest.mark.parametrize("rel_sdf_file_path, expected_output_filepath, object_count", [
("UnitTests/test_files/input/DA-2025-00023_export_sdf_example.sdf",
Expand Down

0 comments on commit 1cb1ee0

Please sign in to comment.