[lang-ref] スキップする (未対応のケースなど) ( cpp )

TEST(Xunit, SkipTest) {
	// GTEST_SKIP
	GTEST_SKIP() << "Not supported";
}