Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0dc2664

Browse files
authored
Update GraphSpec.js
不稳定案例,暂时先忽略,本地调试。review by sunxy
1 parent fd2f9aa commit 0dc2664

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/openlayers/overlay/GraphSpec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ describe('openlayers_Graph', () => {
8686
done();
8787
});
8888

89-
it('setChartsType, setOpacity', (done) => {
89+
xit('setChartsType, setOpacity', (done) => {
9090
var graphThemeSource = new Graph("BarThemeLayer", "Bar", {
9191
map: map,
9292
chartsSetting: {
@@ -354,4 +354,4 @@ describe('openlayers_Graph', () => {
354354
graphThemeSource.clear();
355355
done();
356356
});
357-
});
357+
});

0 commit comments

Comments
 (0)