Merge branch 'main' into 3.99

This commit is contained in:
Steve Gravrock
2021-05-18 17:07:34 -07:00
15 changed files with 465 additions and 150 deletions

View File

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