test: skip ProbeOK test until fixed to not flake (#19931)

temp skip of flaky test: https://github.com/coder/internal/issues/957
This commit is contained in:
Spike Curtis
2025-09-24 10:31:51 +04:00
committed by GitHub
parent a68122ca30
commit 5f1ddb6d57
+1
View File
@@ -598,6 +598,7 @@ func TestWorkspaceProxyDERPMeshProbe(t *testing.T) {
}
t.Run("ProbeOK", func(t *testing.T) {
t.Skip("flaky test: https://github.com/coder/internal/issues/957")
t.Parallel()
deploymentValues := coderdtest.DeploymentValues(t)