mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Exclude availability module from default testing (#15462)
This commit is contained in:
@@ -54,7 +54,7 @@ class ModuleTestHelper
|
||||
|
||||
// Definitions
|
||||
// ignore these when dumping all modules
|
||||
private $exclude_from_all = ['arp-table', 'fdb-table'];
|
||||
private $exclude_from_all = ['arp-table', 'availability', 'fdb-table'];
|
||||
|
||||
/**
|
||||
* ModuleTester constructor.
|
||||
|
Reference in New Issue
Block a user