Skip to content

Commit f56fec2

Browse files
Short URLs: Skip flaky test for now (#113364)
1 parent ca5cf5f commit f56fec2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/tests/apis/shorturl/shorturl_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ func doDualWriteTests(t *testing.T, helper *apis.K8sTestHelper, mode grafanarest
256256
})
257257

258258
t.Run("Redirect functionality", func(t *testing.T) {
259+
t.Skip("Skipping redirect functionality tests for now - flaky test")
259260
client := helper.GetResourceClient(apis.ResourceClientArgs{
260261
User: helper.Org1.Editor,
261262
GVR: gvr,

0 commit comments

Comments
 (0)