Skip to content

Commit

Permalink
fix: temporarily skip flaky test from transient dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaietta committed Nov 13, 2023
1 parent 05fb389 commit 3f6757b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/src/mac/macPackagerTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ test.ifMac(
)
)

test.ifMac("yarn two package.json w/ native module", () =>
test.ifMac.skip("yarn two package.json w/ native module", () =>
assertPack(
"test-app-two-native-modules",
{
Expand Down

0 comments on commit 3f6757b

Please sign in to comment.