Exclude availability module from default testing (#15462)

This commit is contained in:
Tony Murray
2023-10-16 05:02:35 -07:00
committed by GitHub
parent 7a8e479b61
commit abf4fa0004

View File

@@ -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.