Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit623146f

Browse files
committed
add @noCIdep jasmine tag to make ./tasks/noci_test.sh work again
1 parent28aed69 commit623146f

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

‎tasks/noci_test.sh‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ root=$(dirname $0)/..
66
# tests that aren't run on CI (yet)
77

88
# jasmine specs with @noCI tag
9-
npm run test-jasmine -- --tags=noCI --nowatch|| EXIT_STATE=$?
9+
npm run test-jasmine -- --tags=noCI,noCIdep --nowatch|| EXIT_STATE=$?
1010

1111
# mapbox image tests take too much resources on CI
1212
#

‎test/jasmine/karma.conf.js‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,13 @@ func.defaultConfig = {
210210
// A few tests don't behave well on CI
211211
// add@noCI to the spec description to skip a spec on CI
212212
//
213+
// Although not recommended, some tests "depend" on other
214+
// tests to pass (e.g. the Plotly.react tests check that
215+
// all available traces and transforms are tested). Tag these
216+
// with@noCIdep, so that
217+
// - $ npm run test-jasmine -- tags=noCI,noCIdep
218+
// can pass.
219+
//
213220
// Label tests that require a WebGL-context by @gl so that
214221
// they can be skipped using:
215222
// - $ npm run test-jasmine -- --skip-tags=gl

‎test/jasmine/tests/plot_api_test.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2560,7 +2560,7 @@ describe('Test plot api', function() {
25602560
});
25612561
});
25622562

2563-
describe('Plotly.react',function(){
2563+
describe('@noCIdepPlotly.react',function(){
25642564
varmockedMethods=[
25652565
'doTraceStyle',
25662566
'doColorBars',

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp