Skip to content

Commit

Permalink
Disable on Electron < 4
Browse files Browse the repository at this point in the history
3.1.13 has multiple test issues, it's unlikely that support needs to be maintained for any of these versions. Especially now that everything < 9 is deprecated and no longer receiving support.
  • Loading branch information
implausible committed Dec 16, 2020
1 parent 7ecbcda commit 7184c98
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions test/e2e/index.test.ts
Expand Up @@ -12,19 +12,7 @@ const SENTRY_KEY = '37f8a2ee37c0409d8970bc7559c7c7e4';
should();
use(chaiAsPromised);

const tests = getTests(
'1.8.8',
'2.0.18',
'3.1.13',
'4.2.12',
'5.0.13',
'6.1.12',
'7.3.3',
'8.5.5',
'9.3.5',
'10.1.6',
'11.0.4',
);
const tests = getTests('4.2.12', '5.0.13', '6.1.12', '7.3.3', '8.5.5', '9.3.5', '10.1.6', '11.0.4');

describe('E2E Tests', () => {
let testServer: TestServer;
Expand Down

0 comments on commit 7184c98

Please sign in to comment.