Skip to content

Commit

Permalink
disable test
Browse files Browse the repository at this point in the history
  • Loading branch information
Saadnajmi committed Aug 21, 2024
1 parent 1096580 commit b89d4df
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ - (void)testTheTester_waitOneFrame
#endif // [macOS]
RCT_TEST(SyncMethodTest)
RCT_TEST(PromiseTest)
#if !TARGET_OS_OSX // [macOS Disable on macOS temporarily
RCT_TEST_ONLY_WITH_PACKAGER(WebSocketTest) // Requires a WebSocket test server, see scripts/objc-test.sh
#endif // macOS]
#if !TARGET_OS_OSX // [macOS] iOS specific
RCT_TEST(AccessibilityManagerTest)
#endif // [macOS]
Expand Down

0 comments on commit b89d4df

Please sign in to comment.