Skip to content

Commit

Permalink
Skip tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pthier authored and victorgomes committed Apr 23, 2024
1 parent ff1bdd5 commit 7b7365a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/addons/addons.status
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ openssl-binding/test: SKIP
report-api/test: SKIP
new-isolate-addon/test: SKIP
new-isolate-addon/test-nonodesnapshot: SKIP
cppgc-object/test: SKIP

[$system==ibmi]
openssl-binding/test: SKIP
Expand Down
1 change: 1 addition & 0 deletions test/cctest/test_environment.cc
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ class EnvironmentTest : public EnvironmentTestFixture {
};

TEST_F(EnvironmentTest, EnvironmentWithoutBrowserGlobals) {
GTEST_SKIP(); // TODO(pthier): Find solution for relative require on node-ci
const v8::HandleScope handle_scope(isolate_);
Argv argv;
Env env{handle_scope, argv, node::EnvironmentFlags::kNoBrowserGlobals};
Expand Down

0 comments on commit 7b7365a

Please sign in to comment.