Skip to content

Commit

Permalink
Restore route poller module skip
Browse files Browse the repository at this point in the history
  • Loading branch information
murrant committed Apr 26, 2023
1 parent e7ca6de commit 94fc23b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/OSModulesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,11 @@ public function testOS($os, $variant, $modules)
$expected = $expected_data[$module]['discovery'] ?? [];
$actual = $results[$module]['discovery'] ?? [];
$this->checkTestData($expected, $actual, 'Discovered', $os, $module, $filename, $helper, $phpunit_debug);

if ($module === 'route') {
// no route poller module
continue;
}

if ($expected_data[$module]['poller'] !== 'matches discovery') {
$expected = $expected_data[$module]['poller'] ?? [];
Expand Down

0 comments on commit 94fc23b

Please sign in to comment.