Skip to content

Commit

Permalink
Merge pull request #63 from sigstore/disable-404-test
Browse files Browse the repository at this point in the history
Disable entry not found test temporarily
  • Loading branch information
loosebazooka authored Jul 13, 2022
2 parents c696a45 + 65e22de commit f07e270
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/java/dev/sigstore/rekor/client/RekorClientTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
import org.jetbrains.annotations.NotNull;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;

public class RekorClientTest {
Expand Down Expand Up @@ -154,6 +155,7 @@ public void getEntry_entryExists()
}

@Test
@Disabled("https://github.com/sigstore/sigstore-java/issues/62")
public void getEntry_entryDoesntExist() throws IOException {
Optional<RekorEntry> entry =
client.getEntry(
Expand Down

0 comments on commit f07e270

Please sign in to comment.