Skip to content

Commit 316540c

Browse files
committed
Add singleThreaded for TestConfigResource
1 parent e7e5073 commit 316540c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

wren-tests/src/test/java/io/wren/testing/TestConfigResource.java

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
import static org.assertj.core.api.Assertions.assertThat;
4747
import static org.assertj.core.api.Assertions.assertThatThrownBy;
4848

49+
@Test(singleThreaded = true, description = "Every test will effect each other, so we need to run them in single thread.")
4950
public class TestConfigResource
5051
extends RequireWrenServer
5152
{

0 commit comments

Comments
 (0)