Skip to content

Commit 55488ac

Browse files
committed
Temporarily disabling GraphQLTest
1 parent 3926913 commit 55488ac

File tree

1 file changed

+2
-0
lines changed
  • marklogic-client-api/src/test/java/com/marklogic/client/test/rows

1 file changed

+2
-0
lines changed

marklogic-client-api/src/test/java/com/marklogic/client/test/rows/GraphQLTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@
88
import com.marklogic.client.test.Common;
99
import com.marklogic.client.test.junit5.RequiresML11;
1010
import org.junit.jupiter.api.BeforeEach;
11+
import org.junit.jupiter.api.Disabled;
1112
import org.junit.jupiter.api.Test;
1213
import org.junit.jupiter.api.extension.ExtendWith;
1314

1415
import static org.junit.jupiter.api.Assertions.assertEquals;
1516
import static org.junit.jupiter.api.Assertions.assertTrue;
1617

1718
@ExtendWith(RequiresML11.class)
19+
@Disabled("Temporarily disabled until 11-nightly is fixed; see ML-12566")
1820
public class GraphQLTest extends AbstractOpticUpdateTest {
1921

2022
private final static String QUERY = "query myQuery { opticUnitTest_musician {firstName lastName}}";

0 commit comments

Comments
 (0)