mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Remove failing blocklist_driver tests
These were tests that fail when the blocklist changes.
This commit is contained in:
parent
516c1cc599
commit
490a436ee6
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue