Skip to content

Commit

Permalink
Check if no:gaudi_fixtures works
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Sep 23, 2024
1 parent 2d62fb8 commit 39c9cba
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ set_tests_properties(
SKIP_REGULAR_EXPRESSION "collected 0 items / 1 skipped"
)

set_tests_properties(
check_complete_file
check_complete_file_rntuple

PROPERTIES
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
FAIL_REGULAR_EXPRESSION ""
)
# set_tests_properties(
# check_complete_file
# check_complete_file_rntuple

# PROPERTIES
# WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
# FAIL_REGULAR_EXPRESSION ""
# )

add_executable(write_events write_events.cc)
target_include_directories(write_events PUBLIC ${PROJECT_SOURCE_DIR}/edm4hep )
Expand Down
2 changes: 1 addition & 1 deletion test/pytest.ini
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[pytest]
addopts = --ignore=test_rdf.py --ignore=tools --ignore=utils
addopts = --ignore=test_rdf.py --ignore=tools --ignore=utils -p no:gaudi_fixtures

0 comments on commit 39c9cba

Please sign in to comment.