Skip to content

Commit 037a8a0

Browse files
committed
wifi: Disabled tests can finally be activated back
1 parent ecf6af0 commit 037a8a0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/wifi/test/wifi-primary-channels-test.cc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1360,13 +1360,10 @@ WifiPrimaryChannelsTestSuite::WifiPrimaryChannelsTestSuite()
13601360
// Test cases for 20 MHz can be added, but are not that useful (there would be a single BSS)
13611361
AddTestCase(new WifiPrimaryChannelsTest(MHz_u{40}, true), TestCase::Duration::QUICK);
13621362
AddTestCase(new WifiPrimaryChannelsTest(MHz_u{40}, false), TestCase::Duration::QUICK);
1363-
#if 0
1364-
// Tests disabled until issue #776 resolved
13651363
AddTestCase(new WifiPrimaryChannelsTest(MHz_u{80}, true), TestCase::Duration::EXTENSIVE);
13661364
AddTestCase(new WifiPrimaryChannelsTest(MHz_u{80}, false), TestCase::Duration::EXTENSIVE);
13671365
AddTestCase(new WifiPrimaryChannelsTest(MHz_u{160}, true), TestCase::Duration::TAKES_FOREVER);
13681366
AddTestCase(new WifiPrimaryChannelsTest(MHz_u{160}, false), TestCase::Duration::TAKES_FOREVER);
1369-
#endif
13701367
AddTestCase(new Wifi20MHzChannelIndicesTest(), TestCase::Duration::QUICK);
13711368
}
13721369

0 commit comments

Comments
 (0)