Skip to content

Commit 19eb4cd

Browse files
authored
TST: mark whitened strain tests as flaky (#987)
1 parent 4835685 commit 19eb4cd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test/gw/detector/interferometer_test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
import lal
66
import lalsimulation
7+
import pytest
78
from shutil import rmtree
89

910
import numpy as np
@@ -594,6 +595,7 @@ def test_time_delay_vs_lal(self):
594595
self.assertAlmostEqual(std, 0.0, places=10)
595596

596597

598+
@pytest.mark.flaky(reruns=3, only_rerun=["AssertionError"])
597599
class TestInterferometerWhitenedStrain(unittest.TestCase):
598600
def setUp(self):
599601
self.duration = 64

0 commit comments

Comments
 (0)