Skip to content

Commit 45c90cc

Browse files
committed
disable mock test until all validated
1 parent f7a2caf commit 45c90cc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/jasmine/tests/mock_test.js

+3
Original file line numberDiff line numberDiff line change
@@ -1027,6 +1027,8 @@ var figs = {};
10271027
});
10281028
console.log(code);
10291029
*/
1030+
1031+
/*
10301032
figs['0'] = require('@mocks/0');
10311033
figs['1'] = require('@mocks/1');
10321034
figs['4'] = require('@mocks/4');
@@ -2041,6 +2043,7 @@ figs['yaxis-over-yaxis2'] = require('@mocks/yaxis-over-yaxis2');
20412043
figs['yignbu_heatmap'] = require('@mocks/yignbu_heatmap');
20422044
figs['yiorrd_heatmap'] = require('@mocks/yiorrd_heatmap');
20432045
figs['zsmooth_methods'] = require('@mocks/zsmooth_methods');
2046+
*/
20442047

20452048
describe('@noCI mock validation', function() {
20462049
list.forEach(function(name) {

0 commit comments

Comments
 (0)