Temporarily diable Max Memory alloc. test

Change-Id: I13cfc77bd5b823354e60a3023356255c72c1fd6c


[ROCm/ROCR-Runtime commit: 0adfe5a18e]
This commit is contained in:
Chris Freehill
2017-10-02 23:17:50 -05:00
vanhempi 76b9f76690
commit a4bc830f61
@@ -137,7 +137,10 @@ TEST(rocrtstFunc, DISABLED_IPC) {
RunGenericTest(&ipc);
}
TEST(rocrtstFunc, Memory_Max_Mem) {
// Temporarily disable this test until hsa_shut_down() is (probably not the
// same as with the IPC test above) is addressed. To override the disable,
// run with --gtest-also_run_disabled_tests flag.
TEST(rocrtstFunc, DISABLED_Memory_Max_Mem) {
MemoryTest mt;
RunCustomTestProlog(&mt);