Skip to content

Commit 0bbbc29

Browse files
committed
Revert "review: skip WAVM on the CI."
This reverts commit 8f34ce0. Signed-off-by: Piotr Sikora <[email protected]>
1 parent 8f34ce0 commit 0bbbc29

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/runtime_test.cc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,6 @@ TEST_P(TestVM, CloneUntilOutOfMemory) {
9595
if (vm_->cloneable() == proxy_wasm::Cloneable::NotCloneable) {
9696
return;
9797
}
98-
if (runtime_ == "wavm") {
99-
// TODO(PiotrSikora): Figure out why this fails on the CI.
100-
return;
101-
}
10298

10399
auto source = readTestWasmFile("abi_export.wasm");
104100
ASSERT_TRUE(vm_->load(source, {}, {}));

0 commit comments

Comments
 (0)