Remove failing blocklist_driver tests

These were tests that fail when the blocklist changes.
This commit is contained in:
heinrich5991 2020-12-08 10:21:45 +01:00
parent 516c1cc599
commit 490a436ee6

View file

@ -34,6 +34,4 @@ TEST(BlocklistDriver, Invalid)
int Major, Minor, Patch;
EXPECT_STREQ(ParseBlocklistDriverVersions("Intel", "Build 25.20.100.7810", Major, Minor, Patch), NULL);
EXPECT_STREQ(ParseBlocklistDriverVersions("Intel", "Build 26.20.100.7799", Major, Minor, Patch), NULL);
EXPECT_STREQ(ParseBlocklistDriverVersions("Intel", "Build 26.20.100.8000", Major, Minor, Patch), NULL);
EXPECT_STREQ(ParseBlocklistDriverVersions("Intel", "Build 27.20.100.7900", Major, Minor, Patch), NULL);
}