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
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
