Skip to content

Commit

Permalink
Skip GetSignedArea.ErrorAccumulation test on macOS (#407)
Browse files Browse the repository at this point in the history
This was previously skipped only for AArch64 macOS.

https://github.com/google/s2geometry/blob/master/src/s2/s2loop_measures_test.cc#L256

The test fails for x86-64 macOS as well.  

#395 (comment)

Disable for __APPLE__.
  • Loading branch information
jmr authored Feb 2, 2025
1 parent f91ed0f commit 7c96080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/s2/s2loop_measures_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ TEST(GetSignedArea, Underflow) {
}

TEST(GetSignedArea, ErrorAccumulation) {
#if defined(__APPLE__) && defined(__aarch64__)
#if defined(__APPLE__)
GTEST_SKIP() << "https://github.com/google/s2geometry/issues/395";
#endif
// Loop encompassing half an octant of the sphere.
Expand Down

0 comments on commit 7c96080

Please sign in to comment.