Skip to content

Commit af94a17

Browse files
committed
Disable TPile test, because of memory corruption
1 parent f1f2e6a commit af94a17

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Tools/UnitTests/Source/TKernel/TPile_Tests.cpp

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#if 0
2+
13
#include "TKernel/TPile.h"
24
#include <catch2/catch_test_macros.hpp>
35

@@ -31,4 +33,6 @@ TEST_CASE("Test Pile Allocations", "[TPile]")
3133

3234
delete pTest;
3335
delete pTest2;
34-
}
36+
}
37+
38+
#endif

0 commit comments

Comments
 (0)