diff --git a/tree/dataframe/test/dataframe_vary.cxx b/tree/dataframe/test/dataframe_vary.cxx index 4d4a990eb2ed7..499159425240d 100644 --- a/tree/dataframe/test/dataframe_vary.cxx +++ b/tree/dataframe/test/dataframe_vary.cxx @@ -128,9 +128,8 @@ TEST(RDFVary, RequireVariationsHaveConsistentType) std::runtime_error); } -// throwing exceptions from jitted code cause problems on windows and MacOS+M1 +// throwing exceptions from jitted code cause problems on windows #if !defined(_MSC_VER) || defined(R__ENABLE_BROKEN_WIN_TESTS) -#if !(defined(R__MACOSX) && defined(__arm64__)) TEST(RDFVary, RequireVariationsHaveConsistentTypeJitted) { // non-jitted Define, jitted Vary with incompatible type @@ -230,7 +229,6 @@ TEST(RDFVaryDeathTest, JitFailureThrowsInsteadOfCrashing) ::testing::ExitedWithCode(0), ""); } #endif -#endif TEST(RDFVary, RequireReturnTypeIsRVec) {