From 9e41b4113544476b1c20b9eb8dc82ac5bc02a3f3 Mon Sep 17 00:00:00 2001 From: Ryan Nowak Date: Sun, 10 Nov 2024 15:18:21 -0700 Subject: [PATCH] Skipping flaky test (#8045) # Description Skipping flaky test ## Type of change - This pull request is a minor refactor, code cleanup, test improvement, or other maintenance task and doesn't change the functionality of Radius (issue link optional). ## Contributor checklist Please verify that the PR meets the following requirements, where applicable: - [ ] An overview of proposed schema changes is included in a linked GitHub issue. - [ ] A design document PR is created in the [design-notes repository](https://github.com/radius-project/design-notes/), if new APIs are being introduced. - [ ] If applicable, design document has been reviewed and approved by Radius maintainers/approvers. - [ ] A PR for the [samples repository](https://github.com/radius-project/samples) is created, if existing samples are affected by the changes in this PR. - [ ] A PR for the [documentation repository](https://github.com/radius-project/docs) is created, if the changes in this PR affect the documentation or any user facing updates are made. - [ ] A PR for the [recipes repository](https://github.com/radius-project/recipes) is created, if existing recipes are affected by the changes in this PR. Signed-off-by: Ryan Nowak --- pkg/cli/cmd/radinit/display_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/cli/cmd/radinit/display_test.go b/pkg/cli/cmd/radinit/display_test.go index d9662e1d69..0a2d25c03a 100644 --- a/pkg/cli/cmd/radinit/display_test.go +++ b/pkg/cli/cmd/radinit/display_test.go @@ -35,6 +35,8 @@ var ( ) func Test_summaryModel(t *testing.T) { + t.Skip("Test is flaky. See: https://github.com/radius-project/radius/issues/8044") + waitForRender := func(t *testing.T, reader io.Reader) string { normalized := "" teatest.WaitFor(t, reader, func(bts []byte) bool {