Skip to content

Commit 7b186ec

Browse files
authored
disable shard tests temporarily (#73)
1 parent e2c50b1 commit 7b186ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

client/src/test/java/io/hstream/HStreamClientTest07.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,13 @@
1515
import java.util.concurrent.TimeUnit;
1616
import java.util.concurrent.locks.ReentrantLock;
1717
import org.junit.jupiter.api.Assertions;
18+
import org.junit.jupiter.api.Disabled;
1819
import org.junit.jupiter.api.RepeatedTest;
1920
import org.junit.jupiter.api.Test;
2021
import org.slf4j.Logger;
2122
import org.slf4j.LoggerFactory;
2223

24+
@Disabled("hs-928, hs-932")
2325
public class HStreamClientTest07 {
2426

2527
private static final Logger logger = LoggerFactory.getLogger(HStreamClientTest07.class);

0 commit comments

Comments
 (0)