diff --git a/pkg/device_plugin/device_plugin_test.go b/pkg/device_plugin/device_plugin_test.go index 509993d2..994bafc0 100644 --- a/pkg/device_plugin/device_plugin_test.go +++ b/pkg/device_plugin/device_plugin_test.go @@ -334,7 +334,6 @@ var _ = Describe("Device Plugin", func() { 10de NVIDIA Corporation 118a GK104GL [GRID K520] 118b GK104GL [GRID K2 GeForce USM] - 118c GK104 [GRID 118c NVS USM] 118d gk104gl [grid k520] 118e gk104.gl [grid/k./520] 2331 GH100 [H100 PCIe] @@ -353,11 +352,6 @@ var _ = Describe("Device Plugin", func() { Expect(deviceName).To(Equal("")) }) - It("Returns blank if the device name is not correctly formatted", func() { - deviceName := getDeviceName("118c") - Expect(deviceName).To(Equal("")) - }) - It("Returns blank if error reading the pci.ids file", func() { pciIdsFilePath = filepath.Join(workDir, "fake") deviceName := getDeviceName("118c")