weliveindetail wrote: Oh indeed, it seems we can decide to skip tests in `SetUp()` ``` class FooTest : public ::testing:Test { protected: void SetUp() { GTEST_SKIP(); } }; ``` https://github.com/llvm/llvm-project/pull/84758