Skip to content

Commit

Permalink
skip test
Browse files Browse the repository at this point in the history
  • Loading branch information
turbolent committed Sep 27, 2024
1 parent 2aad8cb commit 68f60a0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cmd/util/cmd/generate-authorization-fixes/cmd_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@ var _ reporters.ReportWriter = &testReportWriter{}
func TestGenerateAuthorizationFixes(t *testing.T) {
t.Parallel()

// This test no longer works because publishing authorized capabilities is no longer allowed.
// The migration and test are kept for historical reasons.

t.Skip()

const chainID = flow.Emulator
chain := chainID.Chain()

Expand Down

0 comments on commit 68f60a0

Please sign in to comment.