Skip to content

Commit

Permalink
test: disable ml solver test for now (#2024)
Browse files Browse the repository at this point in the history
#2023

disabling the test for now to avoid CI disruptions
  • Loading branch information
andiwand committed Apr 12, 2023
1 parent 6db3613 commit 65807a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Examples/Python/tests/test_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -1231,6 +1231,9 @@ def test_full_chain_odd_example_pythia_geant4(tmp_path):
)


@pytest.mark.skip(
reason="as of https://github.com/acts-project/acts/issues/2023 disabling for now"
)
@pytest.mark.skipif(not dd4hepEnabled, reason="DD4hep not set up")
@pytest.mark.slow
def test_ML_Ambiguity_Solver(tmp_path, assert_root_hash):
Expand Down

0 comments on commit 65807a1

Please sign in to comment.