Skip tilemap zoom warning functional test on cloud (#37570)

This commit is contained in:
Nick Peihl 2019-05-30 16:37:58 -07:00 committed by GitHub
parent cf72561eca
commit 1ea3431c69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -236,6 +236,8 @@ export default function ({ getService, getPageObjects }) {
});
describe('zoom warning behavior', function describeIndexTests() {
// Zoom warning is only applicable to OSS
this.tags(['skipCloud']);
const waitForLoading = false;
let zoomWarningEnabled;