Skip to content

Commit

Permalink
Looks like this test doesn't work on github for watchOS, will need to…
Browse files Browse the repository at this point in the history
… look further into it
  • Loading branch information
mbruin-NR committed Oct 24, 2024
1 parent 9a333b2 commit 97cffc6
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ - (void) testRemoteLogLevels {
XCTAssertEqual(foundCount, 3, @"Three remote messages should be found.");
}

#if !TARGET_OS_WATCH
- (void) testAutoCollectedLogs {
[NRMAFlags enableFeatures: NRFeatureFlag_RedirectStdOutStdErr];
// Set the remote log level to Info.
Expand Down Expand Up @@ -334,8 +335,8 @@ - (void) testAutoCollectedLogs {
}
}

XCTAssertEqual(foundCount, 5, @"Three remote messages should be found.");
XCTAssertEqual(foundCount, 5, @"Five remote messages should be found.");
[NRMAFlags disableFeatures: NRFeatureFlag_RedirectStdOutStdErr];
}

#endif
@end

0 comments on commit 97cffc6

Please sign in to comment.