Skip to content

Commit

Permalink
Avoid polluting the test output to make them fail
Browse files Browse the repository at this point in the history
The gaudi_fixtures that have been introduced with v39 include the full
python file otherwise, which matches the FAIL_REGULAR_EXPRESSION and
makes the test fail even though they are actually passing
  • Loading branch information
tmadlener committed Sep 25, 2024
1 parent 5a6c658 commit 951d5f6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ set_tests_properties(

PROPERTIES
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
FAIL_REGULAR_EXPRESSION ""
)

add_executable(write_events write_events.cc)
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 951d5f6

Please sign in to comment.