Skip to content

Commit a781bb4

Browse files
committed
Revert "test: disable MultipleEnvironmentsPerIsolate"
This reverts commit 95ab966. Ref: #14206 Ref: #14246 PR-URL: #14749 Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Daniel Bevenius <[email protected]>
1 parent 8ff2a5c commit a781bb4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/cctest/test_environment.cc

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

88-
/*
8988
TEST_F(EnvironmentTest, MultipleEnvironmentsPerIsolate) {
9089
const v8::HandleScope handle_scope(isolate_);
9190
const Argv argv;
@@ -101,7 +100,6 @@ TEST_F(EnvironmentTest, MultipleEnvironmentsPerIsolate) {
101100
RunAtExit(*env2);
102101
EXPECT_TRUE(called_cb_2);
103102
}
104-
*/
105103

106104
static void at_exit_callback1(void* arg) {
107105
called_cb_1 = true;

0 commit comments

Comments
 (0)