Skip to content

Commit

Permalink
fix: restore opcua test for all platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Nov 6, 2024
1 parent d4c704c commit a721829
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/test-80-compression-node-opcua/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ const assert = require('assert');
const utils = require('../utils.js');
const pkgJson = require('./package.json');

// FIXME: this test takes a long time to run (from 5min on linux up to 10 minuntes on windows)
// run only on linux to save time on CI
if (process.platform !== 'linux') {
return;
}

const isWindows = process.platform === 'win32';
const buildDir = 'build';

Expand Down

0 comments on commit a721829

Please sign in to comment.