mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user