Skip to content

Commit

Permalink
Merge pull request kubernetes#22527 from smarterclayton/disable_test
Browse files Browse the repository at this point in the history
UPSTREAM: <drop>: TestNewManagerImplStartProbeMode is flaky 

Origin-commit: 0fc2062c2c5a7f7c7bad21120c026864098efe75
  • Loading branch information
k8s-publishing-bot committed Apr 11, 2019
2 parents 41f6bf6 + e3f386d commit c45da30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/kubelet/cm/devicemanager/manager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ func TestNewManagerImplStart(t *testing.T) {
}

func TestNewManagerImplStartProbeMode(t *testing.T) {
t.Skipf("flaky, disabled")
socketDir, socketName, pluginSocketName, err := tmpSocketDir()
require.NoError(t, err)
defer os.RemoveAll(socketDir)
Expand Down

0 comments on commit c45da30

Please sign in to comment.