Skip to content

Commit

Permalink
Merge pull request kubernetes#104084 from ehashman/automated-cherry-p…
Browse files Browse the repository at this point in the history
…ick-of-#103982-upstream-release-1.22

Automated cherry pick of kubernetes#103982: Mark failing node serial tests as flaky
  • Loading branch information
k8s-ci-robot authored Aug 3, 2021
2 parents 83415d1 + 81b8ed6 commit f46e899
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/e2e_node/critical_pod_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ var _ = SIGDescribe("CriticalPod [Serial] [Disruptive] [NodeFeature:CriticalPod]
}
})

ginkgo.It("should be able to create and delete a critical pod", func() {
ginkgo.It("[Flaky] should be able to create and delete a critical pod", func() {
configEnabled, err := isKubeletConfigEnabled(f)
framework.ExpectNoError(err)
if !configEnabled {
Expand Down
2 changes: 1 addition & 1 deletion test/e2e_node/device_plugin_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ func testDevicePlugin(f *framework.Framework, pluginSockDir string) {
}
initialConfig.FeatureGates[string(features.KubeletPodResources)] = true
})
ginkgo.It("Verifies the Kubelet device plugin functionality.", func() {
ginkgo.It("[Flaky] Verifies the Kubelet device plugin functionality.", func() {
ginkgo.By("Wait for node is ready to start with")
e2enode.WaitForNodeToBeReady(f.ClientSet, framework.TestContext.NodeName, 5*time.Minute)
dp := getSampleDevicePluginPod()
Expand Down

0 comments on commit f46e899

Please sign in to comment.