Skip to content

Commit

Permalink
chore: Disable DeterministicThrottleTest.throttlesWithinPermissibleTo…
Browse files Browse the repository at this point in the history
…lerance() (#13678)

Signed-off-by: Michael Heinrichs <[email protected]>
Signed-off-by: Jeffrey Tang <[email protected]>
  • Loading branch information
netopyr authored and JeffreyDallas committed Jun 6, 2024
1 parent 6799fe8 commit e5d6f9e
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 e5d6f9e

Please sign in to comment.