Skip to content

Commit

Permalink
[BugFix] Disable unstable query queue UT (StarRocks#32264)
Browse files Browse the repository at this point in the history
Signed-off-by: zihe.liu <ziheliu1024@gmail.com>
  • Loading branch information
ZiheLiu authored Oct 9, 2023
1 parent 2cf0980 commit 7996d9a
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -259,10 +259,6 @@ public void testEnableQueue() throws Exception {
}
}

/**
* FIXME(liuzihe): This case is unstable, should fix it and enable it in the future.
*/
@Ignore
@Test
public void testGlobalQueueNormal() throws Exception {
final int concurrencyLimit = 3;
Expand Down Expand Up @@ -351,6 +347,10 @@ public void testGlobalQueueNormal() throws Exception {
}
}

/**
* FIXME(liuzihe): This case is unstable, should fix it and enable it in the future.
*/
@Ignore
@Test
public void testGroupQueueNormal() throws Exception {
final int concurrencyLimit = 2;
Expand Down

0 comments on commit 7996d9a

Please sign in to comment.