Skip to content

Commit 100107e

Browse files
committed
cleanup
1 parent d3b1a15 commit 100107e

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.github/workflows/e2e-test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@ on:
88
branches:
99
- main
1010
jobs:
11-
mysql_e2e_test:
11+
sample_operators_tests:
1212
strategy:
1313
matrix:
14-
sample_dir: [ "sample-operators/mysql-schema", "sample-operators/tomcat-operator" ]
14+
sample_dir:
15+
- "sample-operators/mysql-schema"
16+
- "sample-operators/tomcat-operator"
1517
runs-on: ubuntu-latest
1618
steps:
1719
- name: Checkout

sample-operators/tomcat-operator/src/test/java/io/javaoperatorsdk/operator/sample/TomcatOperatorE2E.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -145,11 +145,6 @@ public void test() {
145145
.get() == null);
146146
}
147147
});
148-
149-
// log.info("Deleting test Tomcat object: {}", tomcat);
150-
// tomcatClient.inNamespace(operator.getNamespace()).delete(tomcat);
151-
// log.info("Deleting test Webapp object: {}", webapp1);
152-
// webappClient.inNamespace(operator.getNamespace()).delete(webapp1);
153148
}
154149

155150
}

0 commit comments

Comments
 (0)