Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
kubelet e2e: Enable the disruptive test
Browse files Browse the repository at this point in the history
The test was disabled because the runc issue rendered the nodes
unusable,now that it is fixed in flatcar stable it makes sense to enable
it.

Signed-off-by: Suraj Deshmukh <suraj@kinvolk.io>
  • Loading branch information
surajssd committed Sep 25, 2020
1 parent 3008e5a commit 006d4cc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/components/kubernetes/kubelet_disruptive_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ import (
)

func TestSelfHostedKubeletLabels(t *testing.T) {
t.Skip("This test will always fail, as Flatcar currently ships version of runc, which has a race " +
"condition bug, which makes self-hosted kubelet to hang when the pod is removed. " +
"It should be re-enabled once the fix reaches Flatcar stable channel.")

client := testutil.CreateKubeClient(t)

// List all the nodes and then delete a node that is not controller.
Expand Down

0 comments on commit 006d4cc

Please sign in to comment.