disable PixelWipe test until we can keep it from OOMing ctest

dankamongmen/thirdpass
nick black 3 years ago
parent 05f73da2da
commit cef16e77ce
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -146,6 +146,8 @@ TEST_CASE("Pixel") {
CHECK(0 == notcurses_render(nc_)); CHECK(0 == notcurses_render(nc_));
} }
// too much output -- OOMs ctest FIXME
/*
#ifdef NOTCURSES_USE_MULTIMEDIA #ifdef NOTCURSES_USE_MULTIMEDIA
SUBCASE("PixelWipeImage") { SUBCASE("PixelWipeImage") {
uint64_t channels = 0; uint64_t channels = 0;
@ -173,6 +175,7 @@ TEST_CASE("Pixel") {
ncvisual_destroy(ncv); ncvisual_destroy(ncv);
} }
#endif #endif
*/
CHECK(!notcurses_stop(nc_)); CHECK(!notcurses_stop(nc_));
} }

Loading…
Cancel
Save