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

This commit is contained in:
Nick Peihl 2019-05-30 22:11:21 -07:00 committed by GitHub
parent edc561e9ab
commit 8ae77eb3f7
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;