Skip to content

Commit

Permalink
scion-pki: drop spurious false in test skip condition
Browse files Browse the repository at this point in the history
  • Loading branch information
oncilla authored Mar 4, 2024
1 parent 9d2cd86 commit 4ef18b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scion-pki/trcs/sign_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ func TestSign(t *testing.T) {
}

func TestOpensslCompatible(t *testing.T) {
if !strings.HasSuffix(os.Getenv("TEST_TARGET"), "go_integration_test") && false {
if !strings.HasSuffix(os.Getenv("TEST_TARGET"), "go_integration_test") {
t.Skip("This test only runs as integration test")
}

Expand Down

0 comments on commit 4ef18b4

Please sign in to comment.