Skip to content

Commit dd4cb63

Browse files
committed
show errors in ci
1 parent 510fa26 commit dd4cb63

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/jasmine/tests/mapbox_test.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ describe('mapbox plots', function() {
534534
}, LONG_TIMEOUT_INTERVAL);
535535

536536
// TODO: mockWithLayers.layout.mapbox.layers array only has 1 entry
537-
xit('@gl should be able to add, update and remove layers', function(done) {
537+
it('@gl should be able to add, update and remove layers', function(done) {
538538
var mockWithLayers = require('../../image/mocks/mapbox_layers');
539539

540540
var layer0 = Lib.extendDeep({}, mockWithLayers.layout.mapbox.layers[0]);
@@ -819,7 +819,7 @@ describe('mapbox plots', function() {
819819
.then(done, done.fail);
820820
}, LONG_TIMEOUT_INTERVAL);
821821

822-
xit('@gl should not wedge graph after reacting to invalid layer', function(done) {
822+
it('@gl should not wedge graph after reacting to invalid layer', function(done) {
823823
Plotly.react(gd, [{type: 'scattermapbox'}], {
824824
mapbox: {
825825
layers: [{ source: 'invalid' }]
@@ -1014,7 +1014,7 @@ describe('mapbox plots', function() {
10141014
.then(done, done.fail);
10151015
}, LONG_TIMEOUT_INTERVAL);
10161016

1017-
xit('@gl should not attempt to rehover over exiting subplots', function(done) {
1017+
it('@gl should not attempt to rehover over exiting subplots', function(done) {
10181018
spyOn(Fx, 'hover').and.callThrough();
10191019

10201020
function countHoverLabels() {
@@ -1726,7 +1726,7 @@ describe('test mapbox trace/layout *below* interactions', function() {
17261726
.then(done, done.fail);
17271727
}, 8 * jasmine.DEFAULT_TIMEOUT_INTERVAL);
17281728

1729-
xit('@gl should be warn when *below* value does not correspond to a layer on the map', function(done) {
1729+
it('@gl should be warn when *below* value does not correspond to a layer on the map', function(done) {
17301730
spyOn(Lib, 'warn');
17311731

17321732
var notGonnaWork = 'not-gonna-work';

0 commit comments

Comments
 (0)