Skip to content

Commit

Permalink
Disabled flaky test
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Heinrichs <[email protected]>
  • Loading branch information
netopyr committed Jun 5, 2024
1 parent 0ac344e commit 45a16b2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
import static org.junit.jupiter.api.Assertions.assertTrue;

import java.time.Instant;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;

class DeterministicThrottleTest {
Expand Down Expand Up @@ -142,6 +143,7 @@ void canGetInstantaneousPercentUsed() {
}

@Test
@Disabled("Test is flaky. See https://github.com/hashgraph/hedera-services/issues/13667")
void throttlesWithinPermissibleTolerance() throws InterruptedException {
final long mtps = 123_456L;
final var subject = DeterministicThrottle.withMtps(mtps);
Expand Down

0 comments on commit 45a16b2

Please sign in to comment.