Skip to content

Commit 10dc5b6

Browse files
authored
Update 01_tiledMapLayer3857IT.js
1 parent 7ec078b commit 10dc5b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples-test/openlayers/01_tiledMapLayer3857IT.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
var commonTools = require('../base/commonTools');
22
module.exports = {
3+
'@disabled': true,
34
after: function(browser){
45
browser.end();
56
},
@@ -15,4 +16,4 @@ module.exports = {
1516
commonTools.cmpTestTileWithStdTile(browser, type, exampleName, 0, 0, 256, 256);
1617
// browser.end();
1718
}
18-
};
19+
};

0 commit comments

Comments
 (0)