Skip to content

Commit

Permalink
Disable flaky test testDistributedQueue_burstTraffic
Browse files Browse the repository at this point in the history
  • Loading branch information
prithvip authored and tdcmeehan committed Jul 15, 2022
1 parent f8fe2db commit e17b557
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,8 @@ public void testDistributedQueue()
waitForQueryState(queryRunner, 0, firstDashboardQuery, RUNNING);
}

@Test(timeOut = 2_000)
// Temporarily disabling flaky test
@Test(timeOut = 2_000, enabled = false)
public void testDistributedQueue_burstTraffic()
throws Exception
{
Expand Down

0 comments on commit e17b557

Please sign in to comment.