Skip to content

Commit

Permalink
Long running test
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-lsembera committed Aug 27, 2024
1 parent 66501f9 commit 637ef28
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import org.bouncycastle.jcajce.provider.BouncyCastleFipsProvider;
import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;

public class FipsIngestE2ETest {
Expand All @@ -32,7 +31,6 @@ public void basicTest() throws InterruptedException {
}

@Test
@Ignore("Takes too long to run")
public void longRunningTest() throws InterruptedException {
ingestTestUtils.runLongRunningTest(Duration.of(80, ChronoUnit.MINUTES));
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import java.time.temporal.ChronoUnit;
import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;

public class StandardIngestE2ETest {
Expand All @@ -27,7 +26,6 @@ public void basicTest() throws InterruptedException {
}

@Test
@Ignore("Takes too long to run")
public void longRunningTest() throws InterruptedException {
ingestTestUtils.runLongRunningTest(Duration.of(80, ChronoUnit.MINUTES));
}
Expand Down

0 comments on commit 637ef28

Please sign in to comment.