Skip to content

Commit 97f61b6

Browse files
committed
add noCI tags for two more parcoords tests
1 parent a80bf49 commit 97f61b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/jasmine/tests/parcoords_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1484,7 +1484,7 @@ describe('parcoords constraint interactions', function() {
14841484
.then(done);
14851485
});
14861486

1487-
it('@gl will only select one region when multiselect is disabled', function(done) {
1487+
it('@noCI @gl will only select one region when multiselect is disabled', function(done) {
14881488
var newDashArray;
14891489

14901490
Plotly.restyle(gd, {'dimensions[1].multiselect': false})

test/jasmine/tests/plot_api_react_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1762,7 +1762,7 @@ describe('Plotly.react and uirevision attributes', function() {
17621762
_run(fig, editEditable, checkAttrs(true), checkAttrs).then(done);
17631763
});
17641764

1765-
it('@gl preserves editable: true name, colorbar title and parcoords constraint range via trace.uirevision', function(done) {
1765+
it('@noCI @gl preserves editable: true name, colorbar title and parcoords constraint range via trace.uirevision', function(done) {
17661766
function fig(mainRev, traceRev) {
17671767
return {
17681768
data: [{

0 commit comments

Comments
 (0)