From 68f60a0fcb79cc405528bccf462bbdfcad2892bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20M=C3=BCller?= Date: Fri, 27 Sep 2024 10:23:37 -0700 Subject: [PATCH] skip test --- cmd/util/cmd/generate-authorization-fixes/cmd_test.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cmd/util/cmd/generate-authorization-fixes/cmd_test.go b/cmd/util/cmd/generate-authorization-fixes/cmd_test.go index 7a5f8f0f459..ed015ad986f 100644 --- a/cmd/util/cmd/generate-authorization-fixes/cmd_test.go +++ b/cmd/util/cmd/generate-authorization-fixes/cmd_test.go @@ -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()