We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f3d705 commit 7fb0d9cCopy full SHA for 7fb0d9c
test/wasm_vm_test.cc
@@ -89,7 +89,7 @@ TEST_P(TestVm, Clone) {
89
90
#if defined(__linux__) && defined(__x86_64__)
91
92
-TEST_P(TestVm, CloneUntilOutOfMemory) {
+TEST_P(TestVm, DISABLED_CloneUntilOutOfMemory) {
93
if (vm_->cloneable() == proxy_wasm::Cloneable::NotCloneable) {
94
return;
95
}
0 commit comments