Skip to content

Commit

Permalink
[hotfix][tests] Remove unnecessary component
Browse files Browse the repository at this point in the history
  • Loading branch information
zentol committed Apr 15, 2021
1 parent c9fd695 commit 5bbaa9b
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1376,7 +1376,6 @@ public void testAllocationUpdatesIgnoredIfSlotMarkedAsPendingForOtherJob() throw

@Test
public void testReclaimInactiveSlotsOnEmptyRequirements() throws Exception {
final SlotTracker slotTracker = new DefaultSlotTracker();

final CompletableFuture<JobID> freeInactiveSlotsJobIdFuture = new CompletableFuture<>();

Expand All @@ -1387,7 +1386,6 @@ public void testReclaimInactiveSlotsOnEmptyRequirements() throws Exception {

try (final DeclarativeSlotManager slotManager =
createDeclarativeSlotManagerBuilder()
.setSlotTracker(slotTracker)
.buildAndStart(
ResourceManagerId.generate(),
ComponentMainThreadExecutorServiceAdapter.forMainThread(),
Expand Down

0 comments on commit 5bbaa9b

Please sign in to comment.