Always run formerly flaky specs

This commit is contained in:
Steve Gravrock
2022-01-17 14:54:21 -08:00
parent 6e3128c792
commit 5327157832
4 changed files with 0 additions and 50 deletions

View File

@@ -1,7 +0,0 @@
(function(env) {
env.skipBrowserFlake = function() {
pending(
'Skipping specs that are known to be flaky in browsers in this run'
);
};
})(jasmine.getEnv());