Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable 2GB wasm check to fix iOS tests #7655

Merged

Conversation

mattsoulanille
Copy link
Member

iOS nightly tests are failing with allocation errors. Disable the WASM 2GB test to temporarily fix this.

To see the logs from the Cloud Build CI, please join either our discussion or announcement mailing list.

@@ -65,7 +65,8 @@ describeWithFlags('wasm read/write', ALL_ENVS, () => {
test_util.expectArraysClose(await t.data(), view);
});

it('allocates more than two gigabytes', async () => {
xit('allocates more than two gigabytes', async () => {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need a lint ignore comment?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right. Thanks!

@mattsoulanille mattsoulanille merged commit dcd3b43 into tensorflow:master May 4, 2023
Copy link
Collaborator

@fengwuyao fengwuyao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants