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

kubelet e2e: Enable the disruptive test #1012

Merged
merged 2 commits into from
Sep 28, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ci/aws/aws-cluster.lokocfg.envsubst
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ EOF
disk_size = 30
instance_type = "i3.large"
spot_price = "0.08"
labels = "testing.io=yes,roleofnode=testing"
tags = {
"deployment" = "ci"
}
Expand Down
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