diff --git a/beekeeper-integration-tests/src/test/java/com/expediagroup/beekeeper/integration/api/BeekeeperApiIntegrationTest.java b/beekeeper-integration-tests/src/test/java/com/expediagroup/beekeeper/integration/api/BeekeeperApiIntegrationTest.java index 1602e2b3..f37d50a0 100644 --- a/beekeeper-integration-tests/src/test/java/com/expediagroup/beekeeper/integration/api/BeekeeperApiIntegrationTest.java +++ b/beekeeper-integration-tests/src/test/java/com/expediagroup/beekeeper/integration/api/BeekeeperApiIntegrationTest.java @@ -194,7 +194,6 @@ public void testPathsPageable() throws SQLException, InterruptedException, IOExc HousekeepingPath testPath1 = testPathA; HousekeepingPath testPath2 = testPathB; HousekeepingPath testPath3 = testPathC; -// HousekeepingPath testPath3 = createHousekeepingPath(someTable, pathC, LifecycleEventType.UNREFERENCED, duration.toString(), HousekeepingStatus.DISABLED); for (HousekeepingPath testPath : Arrays.asList(testPath1, testPath2, testPath3)) { testPath.setHousekeepingStatus(HousekeepingStatus.FAILED);