diff --git a/tests/frontend/travis/remote_runner.js b/tests/frontend/travis/remote_runner.js index dc0a79aad..5bf884053 100644 --- a/tests/frontend/travis/remote_runner.js +++ b/tests/frontend/travis/remote_runner.js @@ -16,8 +16,6 @@ async function runTest(testSettings){ 'browserName': testSettings.browserName, 'platformName': testSettings.platformName, 'browserVersion': testSettings.browserVersion, - 'nativeEvents': true, - 'chrome.nativeEvents': true, 'sauce:options': { 'username': process.env.SAUCE_USERNAME, 'accessKey': process.env.SAUCE_ACCESS_KEY, @@ -25,8 +23,6 @@ async function runTest(testSettings){ 'extendedDebugging': true, // when possible, enables network.har file and network tab 'capturePerformance': true, // when possible, enables various performance related metrics 'tunnelIdentifier': process.env.TRAVIS_JOB_NUMBER, - 'nativeEvents': true, - 'chrome.nativeEvents': true, 'name': name, /* As a best practice, set important test metadata and execution options such as build info, tags for reporting, and timeout durations.