Skip to content

Commit

Permalink
[FLINK-13553] Ignore KvStateServerHandlerTest because it is unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
tillrohrmann committed Oct 19, 2020
1 parent 3aaf1a4 commit 9eae578
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@

import org.junit.AfterClass;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;

import java.net.InetAddress;
Expand All @@ -79,6 +80,9 @@
/**
* Tests for {@link KvStateServerHandler}.
*/
@Ignore("KvStateServerHandlerTest is unstable. See FLINK-13553 for more information. Since the community "
+ "does not have time to work on QS, we decided to temporarily ignore this test case in order"
+ "to maintain build stability.")
public class KvStateServerHandlerTest extends TestLogger {

private static KvStateServerImpl testServer;
Expand Down

0 comments on commit 9eae578

Please sign in to comment.