From 69b9d50f9d04987bd2418ca0d9ecb5c1b9857128 Mon Sep 17 00:00:00 2001 From: Ed Bartosh Date: Thu, 26 Oct 2023 12:23:31 +0300 Subject: [PATCH] e2e_node: mark CDI test as NodeSpecialFeature This test depends on CDI support in a runtime and doesn't work with the out-of-the box Containerd. Marking it as a NodeSpecialFeature should fix Containerd CI job failures. --- test/e2e_node/device_plugin_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e_node/device_plugin_test.go b/test/e2e_node/device_plugin_test.go index e16e0681af5..797ed5273fb 100644 --- a/test/e2e_node/device_plugin_test.go +++ b/test/e2e_node/device_plugin_test.go @@ -242,7 +242,7 @@ func testDevicePlugin(f *framework.Framework, pluginSockDir string) { gomega.Expect(v1ResourcesForOurPod.Containers[0].Devices[0].DeviceIds).To(gomega.HaveLen(1)) }) - ginkgo.It("can make a CDI device accessible in a container", func(ctx context.Context) { + ginkgo.It("[NodeSpecialFeature:CDI] can make a CDI device accessible in a container", func(ctx context.Context) { e2eskipper.SkipUnlessFeatureGateEnabled(features.DevicePluginCDIDevices) // check if CDI_DEVICE env variable is set // and only one correspondent device node /tmp/ is available inside a container