Skip to content

Commit

Permalink
Test testOtherContainersFound
Browse files Browse the repository at this point in the history
  • Loading branch information
aali309 committed Apr 22, 2024
1 parent 5fdc8ea commit d363479
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/test/java/itest/GraphQLTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ void testEnvironmentNodeListing() throws Exception {
"query { environmentNodes(filter: { name: \"Custom Targets\" }) { name nodeType"
+ " children { name nodeType } } }");

System.out.println("+++ Query sent: " + query.encodePrettily());

HttpResponse<Buffer> resp =
webClient
.extensions()
Expand Down Expand Up @@ -110,10 +108,9 @@ void testEnvironmentNodeListing() throws Exception {
assertThat(actualChild.name, is(expectedChildNode.name));
assertThat(actualChild.nodeType, is(expectedChildNode.nodeType));
}
//
}

@Disabled
// @Disabled
@Test
@Order(1)
void testOtherContainersFound() throws Exception {
Expand Down

0 comments on commit d363479

Please sign in to comment.