Skip to content

Commit

Permalink
Skip on wasm the right way
Browse files Browse the repository at this point in the history
  • Loading branch information
brizental committed Feb 8, 2023
1 parent 3db7454 commit 13cc889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/testAddons.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ describe('Addons', function () {

// This tests cannot be run in WASM due to Qt limitations.
// See: https://mozilla-hub.atlassian.net/browse/VPN-4127
if (typeof process === "object") {
if (!this.ctx.wasm) {
describe('test message_subscription_expiring addon condition', async () => {
const testCases = [
...Array.from(
Expand Down

0 comments on commit 13cc889

Please sign in to comment.