Skip to content

Commit 551f455

Browse files
committed
remove unneeded loginfo
1 parent cee5720 commit 551f455

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/osn-tests/src/test_osn_enhanced_broadcasting_simple_streaming.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ describe(testName, function() {
161161

162162
it('Enhanced Broadcasting Simple Streaming Single Canvas', async function() {
163163
if (obs.isCI()) {
164-
logInfo(testName, 'Running in CI environment, skipping test that requires GPU');
165164
// Skipping this test because CI server doesn't have GPU, but you can run it locally
166165
this.skip();
167166
}
@@ -254,7 +253,6 @@ describe(testName, function() {
254253

255254
it('Enhanced Broadcasting Simple Streaming Dual Canvas', async function() {
256255
if (obs.isCI()) {
257-
logInfo(testName, 'Running in CI environment, skipping test that requires GPU');
258256
// Skipping this test because CI server doesn't have GPU, but you can run it locally
259257
this.skip();
260258
}

0 commit comments

Comments
 (0)