File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments