Skip to content

Commit

Permalink
Skip allocator test
Browse files Browse the repository at this point in the history
  • Loading branch information
hcho3 committed Dec 29, 2023
1 parent f6b426c commit 80caf1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cpp/common/test_device_helpers.cu
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 80caf1a

Please sign in to comment.