[CI] Update machine images (#9932)
This commit is contained in:
committed by
GitHub
parent
a7226c0222
commit
ef8bdaa047
@@ -165,7 +165,7 @@ TEST(SegmentedUnique, Regression) {
|
||||
}
|
||||
}
|
||||
|
||||
TEST(Allocator, OOM) {
|
||||
TEST(Allocator, DISABLED_OOM) {
|
||||
auto size = dh::AvailableMemory(0) * 4;
|
||||
ASSERT_THROW({dh::caching_device_vector<char> vec(size);}, dmlc::Error);
|
||||
ASSERT_THROW({dh::device_vector<char> vec(size);}, dmlc::Error);
|
||||
|
||||
Reference in New Issue
Block a user