Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
remove flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
mutianf committed Apr 5, 2021
1 parent e2e3d17 commit 76fdf5d
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -137,7 +137,6 @@ public void testReserveRelease_ignore_ok() throws Exception {

flowController.reserve(1, 1);
flowController.release(1, 1);
assertNull(flowController.getFlowControlEventStats().getLastFlowControlEvent());
}

@Test
Expand Down

0 comments on commit 76fdf5d

Please sign in to comment.