You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes run into the following error when running thess tests. Seem to be a memory leak bug in chromium
harness v2.4.0
Can not replicate in v3.0.10
ConsoleMessage {
_type: 'error',
_text: 'Blocked attempt to create a WebMediaPlayer as there are too many WebMediaPlayers already in existence. See crbug.com/1144736#c27',
_args: [],
_stackTraceLocations: [ [Object] ]
},
The text was updated successfully, but these errors were encountered:
Hey @jonathanbataire . I think harness.clear() in between tests should be sufficient between tests. Hopefully you don't actually have to start/stop. Are you finding this to be the case?
Hey @jonathanbataire . I think harness.clear() in between tests should be sufficient between tests. Hopefully you don't actually have to start/stop. Are you finding this to be the case?
wasnt enough i think, its always been in the beforeEach but would still fail
ended up splitting the problematic tests into separate test suites
about 2 files
Sometimes run into the following error when running thess tests. Seem to be a memory leak bug in chromium
The text was updated successfully, but these errors were encountered: