TensorFlow: disable a flaky test in gpu_allocator_retry_test

Change: 118522346
This commit is contained in:
Vijay Vasudevan 2016-03-29 16:07:40 -08:00 committed by TensorFlower Gardener
parent 71ff7c8473
commit 972d732789

View File

@ -141,6 +141,7 @@ TEST_F(GPUAllocatorRetryTest, RetrySuccess) {
EXPECT_GT(consumer_count_[2], 0);
}
/* Disabled due to flakiness. b/24738751
// Verifies OutOfMemory failure when memory is slightly overcommitted
// and retry is not allowed.
TEST_F(GPUAllocatorRetryTest, NoRetryFail) {
@ -161,6 +162,7 @@ TEST_F(GPUAllocatorRetryTest, NoRetryFail) {
EXPECT_TRUE(has_failed_);
}
}
*/
// Verifies OutOfMemory failure when retry is allowed but memory capacity
// is too low even for retry.