We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3f5273 commit def8faeCopy full SHA for def8fae
test/openlayers/overlay/GraphicSpec.js
@@ -123,7 +123,7 @@ describe('openlayers_GraphicLayer', () => {
123
});
124
125
126
- it('constructor_webgl', (done) => {
+ xit('constructor_webgl', (done) => {
127
spyOn(FetchRequest, 'commit').and.callFake(() => {
128
return Promise.resolve(new Response(escapedJson));
129
@@ -179,7 +179,7 @@ describe('openlayers_GraphicLayer', () => {
179
180
181
182
- it('CloverShape', (done) => {
+ xit('CloverShape', (done) => {
183
184
185
@@ -570,4 +570,4 @@ describe('openlayers_GraphicLayer', () => {
570
}, 4000);
571
572
573
-});
+});
0 commit comments