Skip to content

Commit 61f7aab

Browse files
Merge pull request #49779 from holly-cummins/tidy-obsolete-comments
Tidy obsolete comments in dev services tests
2 parents 1cdb730 + 5b727c8 commit 61f7aab

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

integration-tests/kafka-devservices/src/test/java/io/quarkus/it/kafka/continuoustesting/DevServicesKafkaContinuousTestingTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ public void testContinuousTestingDisablesDevServicesWhenPropertiesChange() {
7575

7676
ping500();
7777

78-
// We could check the container goes away, but we'd have to check slowly, because ryuk can be slow
7978
List<Container> kafkaContainers = getKafkaContainers();
8079
assertTrue(kafkaContainers.isEmpty(),
8180
"Expected no containers, but got: " + prettyPrintContainerList(kafkaContainers));

integration-tests/redis-devservices/src/test/java/io/quarkus/redis/devservices/continuoustesting/it/DevServicesRedisContinuousTestingTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ public void testContinuousTestingDisablesDevServicesWhenPropertiesChange() {
7373

7474
ping500();
7575

76-
// We could check the container goes away, but we'd have to check slowly, because ryuk can be slow
7776
List<Container> containers = getAllContainers();
7877
assertTrue(containers.isEmpty(), "Expected no containers, but got: " + prettyPrintContainerList(containers));
7978
}

0 commit comments

Comments
 (0)