File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
marklogic-client-api/src/test/java/com/marklogic/client/test/rows Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 88import com .marklogic .client .test .Common ;
99import com .marklogic .client .test .junit5 .RequiresML11 ;
1010import org .junit .jupiter .api .BeforeEach ;
11+ import org .junit .jupiter .api .Disabled ;
1112import org .junit .jupiter .api .Test ;
1213import org .junit .jupiter .api .extension .ExtendWith ;
1314
1415import static org .junit .jupiter .api .Assertions .assertEquals ;
1516import static org .junit .jupiter .api .Assertions .assertTrue ;
1617
1718@ ExtendWith (RequiresML11 .class )
19+ @ Disabled ("Temporarily disabled until 11-nightly is fixed; see ML-12566" )
1820public class GraphQLTest extends AbstractOpticUpdateTest {
1921
2022 private final static String QUERY = "query myQuery { opticUnitTest_musician {firstName lastName}}" ;
You can’t perform that action at this time.
0 commit comments