Skip to content
This repository was archived by the owner on Jul 13, 2020. It is now read-only.

Commit 102feac

Browse files
committed
disable saucelabs gain
1 parent 116d851 commit 102feac

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ES6 Module Loader Polyfill [![Build Status][travis-image]][travis-url] [![Sauce Test Status][saucelabs-image]][saucelabs-url]
1+
# ES6 Module Loader Polyfill [![Build Status][travis-image]][travis-url]
22

33
_For upgrading to ES6 Module Loader 0.17, [read the release notes here](https://github.com/ModuleLoader/es6-module-loader/releases/tag/v0.17.0)._
44

karma.conf.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,9 @@ module.exports = function(config) {
128128
});
129129
}
130130

131+
// saucelabs still fail sporadically
132+
customLaunchers = undefined;
133+
131134
var now = new Date();
132135
var buildData = options.travis ?
133136
{

0 commit comments

Comments
 (0)