Skip to content

Commit 6f7ccac

Browse files
committed
enable replayBuffer.save test on MacOS
1 parent 2e49930 commit 6f7ccac

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

tests/osn-tests/src/test_osn_advanced_replayBuffer.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,6 @@ describe(testName, () => {
131131
});
132132

133133
it('Start advanced replay buffer - Use Recording', async function() {
134-
if (obs.isDarwin()) {
135-
this.skip();
136-
}
137134
replayBuffer = osn.AdvancedReplayBufferFactory.create();
138135
replayBuffer.path = path.join(path.normalize(__dirname), '..', 'osnData');
139136
replayBuffer.format = osn.ERecordingFormat.MP4;
@@ -261,9 +258,6 @@ describe(testName, () => {
261258
});
262259

263260
it('Start advanced replay buffer - Use Stream through Recording', async function() {
264-
if (obs.isDarwin()) {
265-
this.skip();
266-
}
267261
replayBuffer = osn.AdvancedReplayBufferFactory.create();
268262
replayBuffer.path = path.join(path.normalize(__dirname), '..', 'osnData');
269263
replayBuffer.format = osn.ERecordingFormat.MP4;

0 commit comments

Comments
 (0)