Short URLs: Skip flaky test for now (#113364)

This commit is contained in:
Stephanie Hingtgen
2025-11-03 17:19:12 +00:00
committed by GitHub
parent ca5cf5fe7c
commit f56fec2c10
+1
View File
@@ -256,6 +256,7 @@ func doDualWriteTests(t *testing.T, helper *apis.K8sTestHelper, mode grafanarest
})
t.Run("Redirect functionality", func(t *testing.T) {
t.Skip("Skipping redirect functionality tests for now - flaky test")
client := helper.GetResourceClient(apis.ResourceClientArgs{
User: helper.Org1.Editor,
GVR: gvr,