Skip to content
Snippets Groups Projects
Commit 5e12cf68 authored by Johannes Schumann's avatar Johannes Schumann
Browse files

Reenable Propagation test

parent 34c1381d
No related branches found
No related tags found
No related merge requests found
Pipeline #31091 passed
......@@ -61,6 +61,9 @@ test:
- *virtualenv_definition
- make test
<<: *junit_definition
artifacts:
paths:
- /tmp
code-style:
image: python:3
......
......@@ -26,7 +26,6 @@ from km3buu.propagation import propagate_lepton
pp.RandomGenerator.get().set_seed(1234)
@pytest.mark.skip(reason="CI boost lib problem")
class TestTauPropagation(unittest.TestCase):
def setUp(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment