Skip to content

Commit

Permalink
Ignore some tests on github actions
Browse files Browse the repository at this point in the history
Summary:
It seems these tests are failing on master since a few months ago.
I guess it's probably best to ignore them for now so at least future
changes can be tested on github actions.

e.g.
https://github.com/facebook/facebook-android-sdk/actions/runs/12148449785/
https://github.com/facebook/facebook-android-sdk/actions/runs/11524669647/

Note these tests are still running on sandcastle

Differential Revision: D66732886

fbshipit-source-id: a80afeca0ad74b8469b5389a1ac43e0d7e74adf3
  • Loading branch information
Erkang You authored and facebook-github-bot committed Dec 12, 2024
1 parent 4be7a0a commit 9af77af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions facebook-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ android {
}
if (System.getenv("GITHUB_ACTIONS") == "1") {
it.exclude("com/facebook/appevents/ondeviceprocessing/OnDeviceProcessingManagerTest.class")
it.exclude("com/facebook/appevents/AutomaticAnalyticsTest.class")
it.exclude("com/facebook/appevents/iap/InAppPurchaseAutoLoggerTest.class")
it.exclude("com/facebook/appevents/iap/InAppPurchaseBillingClientWrapperV2V4Test.class")
}
}
}
Expand Down

0 comments on commit 9af77af

Please sign in to comment.