Skip to content

Commit 9efd328

Browse files
refackaddaleax
authored andcommitted
test: disable MultipleEnvironmentsPerIsolate
This is a temporary measure until the issue is fixed. PR-URL: #14246 Refs: #14206 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]>
1 parent 724e7e1 commit 9efd328

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/cctest/test_environment.cc

+2
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ TEST_F(EnvironmentTest, AtExitWithArgument) {
8585
EXPECT_EQ(arg, cb_1_arg);
8686
}
8787

88+
/*
8889
TEST_F(EnvironmentTest, MultipleEnvironmentsPerIsolate) {
8990
const v8::HandleScope handle_scope(isolate_);
9091
const Argv argv;
@@ -100,6 +101,7 @@ TEST_F(EnvironmentTest, MultipleEnvironmentsPerIsolate) {
100101
RunAtExit(*env2);
101102
EXPECT_TRUE(called_cb_2);
102103
}
104+
*/
103105

104106
static void at_exit_callback1(void* arg) {
105107
called_cb_1 = true;

0 commit comments

Comments
 (0)