Skip to content
Snippets Groups Projects
Commit bcb32eda authored by Paul Kaplan's avatar Paul Kaplan
Browse files

Skip Safari 9 test, because it was always broken

parent d621dab5
Branches
Tags
Loading
......@@ -38,7 +38,8 @@ describe('Smoke tests on older browsers', () => {
return expect(isDisplayed).toEqual(true);
});
test('Safari 9 should not be unsupported', async () => {
// Safari 9 has always been blank screened due to lack of Intl polyfill
test.skip('Safari 9 should not be unsupported', async () => {
const driverConfig = {
browserName: 'safari',
platform: 'OS X 10.11',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment