Skip to content

Commit 949f649

Browse files
committed
TimingTest: remove flaky assertions
Follow up on and similar to 1096, but now for a new test which was added in the 4.x branch.
1 parent 78508c3 commit 949f649

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/Core/Util/Timing/TimingTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@ public function testGetDurationSinceReturnsMilliseconds()
7070
$duration = Timing::getDurationSince($startTime);
7171

7272
$this->assertIsFloat($duration);
73-
$this->assertGreaterThan(1, $duration);
74-
$this->assertLessThan(15, $duration);
7573

7674
}//end testGetDurationSinceReturnsMilliseconds()
7775

0 commit comments

Comments
 (0)