Skip to content

Commit 437fd97

Browse files
committed
Run the GraphQL tests again.
1 parent 2ae3d85 commit 437fd97

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import static org.junit.jupiter.api.Assertions.assertTrue;
1717

1818
@ExtendWith(RequiresML11.class)
19-
@Disabled("Disabled on 12-nightly until the GraphQL modules are fixed.")
19+
//@Disabled("Disabled on 12-nightly until the GraphQL modules are fixed.")
2020
public class GraphQLTest extends AbstractOpticUpdateTest {
2121

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

0 commit comments

Comments
 (0)