Skip to content

Commit

Permalink
internal/relui/sign: skip flaky test TestUpdateSigningStatusError
Browse files Browse the repository at this point in the history
This skips the
TestUpdateSigningStatusError/non-existant_signing_request test.

Updates golang/go#54654

Change-Id: I0db94e95cdd6a6ad25696ea7029fbf93f9092d66
Reviewed-on: https://go-review.googlesource.com/c/build/+/425359
Reviewed-by: Dmitri Shuralyov <[email protected]>
Auto-Submit: Carlos Amedee <[email protected]>
TryBot-Result: Gopher Robot <[email protected]>
Reviewed-by: Heschi Kreinick <[email protected]>
Reviewed-by: Dmitri Shuralyov <[email protected]>
Run-TryBot: Carlos Amedee <[email protected]>
  • Loading branch information
cagedmantis authored and gopherbot committed Aug 25, 2022
1 parent bf01fcc commit 1d544f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/relui/sign/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ func TestUpdateSigningStatusError(t *testing.T) {
}
})
t.Run("non-existant signing request", func(t *testing.T) {
// skipping due to go.dev/issue/54654
t.Skip("skipping flaky test. see go.dev/issue/54654")

ctx := access.FakeContextWithOutgoingIAPAuth(context.Background(), fakeIAP())
client, server := setupSigningTest(t, ctx)
ctx, cancel := context.WithTimeout(ctx, 5*time.Second)
Expand Down

0 comments on commit 1d544f3

Please sign in to comment.