Skip to content

Commit 749ebf8

Browse files
committed
Add temporary workaround for proxy-wasm#412
Signed-off-by: Michael Warres <[email protected]>
1 parent aab1611 commit 749ebf8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/utility.h

+3
Original file line numberDiff line numberDiff line change
@@ -197,4 +197,7 @@ class TestVm : public testing::TestWithParam<std::string> {
197197
std::string engine_;
198198
};
199199

200+
// TODO: remove when #412 is fixed.
201+
GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(TestVm);
202+
200203
} // namespace proxy_wasm

0 commit comments

Comments
 (0)