|
|
@@ -130,11 +130,6 @@ TEST_CASE("FilePath temp", "[filepath]")
|
|
|
tmp.join("bx.test/abvgd/555333/test");
|
|
|
REQUIRE(bx::makeAll(tmp, bx::ErrorAssert{}) );
|
|
|
|
|
|
- if (BX_ENABLED(BX_CRT_MINGW) )
|
|
|
- {
|
|
|
- SKIP("bx::removeAll fails on GHA MinGW container.");
|
|
|
- }
|
|
|
-
|
|
|
tmp.set(bx::Dir::Temp);
|
|
|
tmp.join("bx.test");
|
|
|
REQUIRE(bx::removeAll(tmp, bx::ErrorAssert{}) );
|