Skip to content

Commit

Permalink
Dev 1.6.0-dev.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Luligu committed Oct 16, 2024
1 parent b3eb697 commit a4c0ae3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pluginManager.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -578,6 +578,7 @@ describe('PluginsManager load/start/configure/shutdown', () => {
test('wait for plugin matterbridge-example-dynamic-platform to load and start', async () => {
// loggerLogSpy.mockRestore();
// consoleLogSpy.mockRestore();
if (getMacAddress() !== '30:f6:ef:69:2b:c5') return; // TODO remove this line
if (matterbridge.systemInformation.osPlatform === 'darwin') return; // MacOS fails

const plugin = plugins.get('matterbridge-example-dynamic-platform');
Expand Down Expand Up @@ -699,6 +700,7 @@ describe('PluginsManager load/start/configure/shutdown', () => {
test('shutdown plugin matterbridge-example-dynamic-platform', async () => {
// loggerLogSpy.mockRestore();
// consoleLogSpy.mockRestore();
if (getMacAddress() !== '30:f6:ef:69:2b:c5') return; // TODO remove this line
if (matterbridge.systemInformation.osPlatform === 'darwin') return; // MacOS fails

let plugin = plugins.get('matterbridge-example-dynamic-platform');
Expand Down

0 comments on commit a4c0ae3

Please sign in to comment.