Skip to content

Commit

Permalink
disable temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
javsanbel2 committed Nov 14, 2024
1 parent 68ff7a3 commit 6d23a83
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
import java.util.Optional;

import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith;
import org.mockito.Mock;
Expand All @@ -54,6 +55,7 @@
import com.expediagroup.beekeeper.scheduler.service.UnreferencedHousekeepingPathSchedulerService;

@ExtendWith(MockitoExtension.class)
@Disabled
public class SchedulerApiaryTest {

@Mock private UnreferencedHousekeepingPathSchedulerService pathSchedulerService;
Expand Down

0 comments on commit 6d23a83

Please sign in to comment.