diff --git a/src/modules/voxelformat/tests/ConvertTest.cpp b/src/modules/voxelformat/tests/ConvertTest.cpp index d9d2e0fd2..bda701463 100644 --- a/src/modules/voxelformat/tests/ConvertTest.cpp +++ b/src/modules/voxelformat/tests/ConvertTest.cpp @@ -97,7 +97,7 @@ TEST_F(ConvertTest, testQbToQb) { testLoadSaveAndLoad("chr_knight.qb", src, "chr_knight2.qb", target, true, false); } -TEST_F(ConvertTest, testQbToVXM) { +TEST_F(ConvertTest, DISABLED_testQbToVXM) { QBFormat src; VXMFormat target; testLoadSaveAndLoad("chr_knight.qb", src, "chr_knight.vxm", target, true, false);