|
1 | | -import { THEME } from '../utils/visual-tests/helpers/theme-utils'; |
| 1 | +// import { THEME } from '../utils/visual-tests/helpers/theme-utils'; |
2 | 2 |
|
3 | 3 | export const skippedTests = { |
4 | 4 | jQuery: { |
5 | 5 | Map: ['ProvidersAndTypes', 'Markers', 'Routes'], |
6 | | - DataGrid: [ |
7 | | - { demo: 'RealTimeUpdates', themes: [THEME.material] }, |
8 | | - { demo: 'MultiRowHeadersBands', themes: [THEME.material] }, |
9 | | - { demo: 'ColumnReordering', themes: [THEME.material] }, |
10 | | - { demo: 'Row', themes: [THEME.material] }, |
11 | | - ], |
12 | | - TreeList: [ |
13 | | - { demo: 'FilterRow', themes: [THEME.material] }, |
14 | | - { demo: 'PopupEditing', themes: [THEME.material] }, |
15 | | - ], |
16 | | - DateRangeBox: [ |
17 | | - { demo: 'Formatting', themes: [THEME.material] }, |
18 | | - ], |
19 | | - PivotGrid: [ |
20 | | - { demo: 'SummaryDisplayModes', themes: [THEME.material] }, |
21 | | - { demo: 'RunningTotals', themes: [THEME.material] }, |
22 | | - { demo: 'DrillDown', themes: [THEME.material] }, |
23 | | - ], |
24 | | - Gauges: [ |
25 | | - { demo: 'DifferentSubvalueIndicatorTypesLinearGauge', themes: [THEME.material] }, |
26 | | - { demo: 'Tooltip', themes: [THEME.material] }, |
27 | | - { demo: 'ScaleLabelFormatting', themes: [THEME.material] }, |
28 | | - { demo: 'Palette', themes: [THEME.material] }, |
29 | | - { demo: 'ScaleCustomTickInterval', themes: [THEME.material] }, |
30 | | - { demo: 'GaugeTooltip', themes: [THEME.material] }, |
31 | | - { demo: 'CircularGauge', themes: [THEME.material] }, |
32 | | - { demo: 'ScaleCustomTickValues', themes: [THEME.material] }, |
33 | | - { demo: 'ScaleCustomTickValues', themes: [THEME.material] }, |
34 | | - { demo: 'SubvalueIndicatorTextFormatting', themes: [THEME.material] }, |
35 | | - { demo: 'DifferentValueIndicatorTypesLinearGauge', themes: [THEME.material] }, |
36 | | - { demo: 'GaugeTitleCustomized', themes: [THEME.material] }, |
37 | | - { demo: 'LabelsCustomization', themes: [THEME.material] }, |
38 | | - { demo: 'DifferentValueIndicatorTypes', themes: [THEME.material] }, |
39 | | - { demo: 'CustomLayout', themes: [THEME.material] }, |
40 | | - { demo: 'LinearGauge', themes: [THEME.material] }, |
41 | | - ], |
42 | | - Gantt: [ |
43 | | - { demo: 'HeaderFilter', themes: [THEME.material] }, |
44 | | - { demo: 'ContextMenu', themes: [THEME.material] }, |
45 | | - { demo: 'DataBinding', themes: [THEME.material] }, |
46 | | - { demo: 'FilterRow', themes: [THEME.material] }, |
47 | | - ], |
48 | | - Charts: [ |
49 | | - { demo: 'Line', themes: [THEME.material] }, |
50 | | - { demo: 'SmallValueGroups', themes: [THEME.material] }, |
51 | | - { demo: 'SankeyChart', themes: [THEME.material] }, |
52 | | - { demo: 'DoughnutSelection', themes: [THEME.material] }, |
53 | | - { demo: 'AreaSelectionZooming', themes: [THEME.material] }, |
54 | | - { demo: 'WindRose', themes: [THEME.material] }, |
55 | | - { demo: 'RangeBar', themes: [THEME.material] }, |
56 | | - { demo: 'Pie', themes: [THEME.material] }, |
57 | | - { demo: 'CustomBarWidth', themes: [THEME.material] }, |
58 | | - { demo: 'Colorization', themes: [THEME.material] }, |
59 | | - { demo: 'Bubble', themes: [THEME.material] }, |
60 | | - { demo: 'ZoomingAndScrolling', themes: [THEME.material] }, |
61 | | - { demo: 'TooltipAPI', themes: [THEME.material] }, |
62 | | - { demo: 'SplineArea', themes: [THEME.material] }, |
63 | | - { demo: 'DrillDown', themes: [THEME.material] }, |
64 | | - { demo: 'DiscretePointsAggregation', themes: [THEME.material] }, |
65 | | - { demo: 'ContinuousData', themes: [THEME.material] }, |
66 | | - { demo: 'PointsAggregation', themes: [THEME.material] }, |
67 | | - { demo: 'HierarchicalDataStructure', themes: [THEME.material] }, |
68 | | - { demo: 'RangeArea', themes: [THEME.material] }, |
69 | | - { demo: 'PieWithMultipleSeries', themes: [THEME.material] }, |
70 | | - { demo: 'MultiplePointSelection', themes: [THEME.material] }, |
71 | | - { demo: 'LogarithmicAxis', themes: [THEME.material] }, |
72 | | - { demo: 'CenterLabelCustomization', themes: [THEME.material] }, |
73 | | - { demo: 'PolarChartAnnotations', themes: [THEME.material] }, |
74 | | - { demo: 'PointImage', themes: [THEME.material] }, |
75 | | - { demo: 'PieResolveLabelOverlap', themes: [THEME.material] }, |
76 | | - { demo: 'PolarChartZoomingAndScrollingAPI', themes: [THEME.material] }, |
77 | | - { demo: 'StandardBar', themes: [THEME.material] }, |
78 | | - { demo: 'MultipleAxes', themes: [THEME.material] }, |
79 | | - { demo: 'InvertedChart', themes: [THEME.material] }, |
80 | | - { demo: 'BarColorCustomization', themes: [THEME.material] }, |
81 | | - { demo: 'Doughnut', themes: [THEME.material] }, |
82 | | - { demo: 'SideBySideFullStackedBar', themes: [THEME.material] }, |
83 | | - { demo: 'Stock', themes: [THEME.material] }, |
84 | | - { demo: 'StackedBar', themes: [THEME.material] }, |
85 | | - { demo: 'MultipleSeriesSelection', themes: [THEME.material] }, |
86 | | - { demo: 'DiscreteAxisZoomingAndScrolling', themes: [THEME.material] }, |
87 | | - { demo: 'CustomAnnotations', themes: [THEME.material] }, |
88 | | - { demo: 'EqualSizePies', themes: [THEME.material] }, |
89 | | - { demo: 'FlatDataStructure', themes: [THEME.material] }, |
90 | | - { demo: 'SpiderWeb', themes: [THEME.material] }, |
91 | | - { demo: 'ScaleBreaks', themes: [THEME.material] }, |
92 | | - { demo: 'DiscreteData', themes: [THEME.material] }, |
93 | | - { demo: 'SideBySideStackedBar', themes: [THEME.material] }, |
94 | | - { demo: 'PointSelectionAPI', themes: [THEME.material] }, |
95 | | - { demo: 'PieAnnotations', themes: [THEME.material] }, |
96 | | - { demo: 'DynamicSeries', themes: [THEME.material] }, |
97 | | - { demo: 'Spline', themes: [THEME.material] }, |
98 | | - { demo: 'MultiplePanes', themes: [THEME.material] }, |
99 | | - { demo: 'FullStackedBar', themes: [THEME.material] }, |
100 | | - { demo: 'ExportAndPrintingAPI', themes: [THEME.material] }, |
101 | | - { demo: 'AutoCalculatedBarWidth', themes: [THEME.material] }, |
102 | | - { demo: 'PointsAggregationFinancialChart', themes: [THEME.material] }, |
103 | | - { demo: 'ParetoChart', themes: [THEME.material] }, |
104 | | - { demo: 'LogarithmicVsLinearAxes', themes: [THEME.material] }, |
105 | | - { demo: 'LegendMarkersCustomization', themes: [THEME.material] }, |
106 | | - { demo: 'ExportSeveralCharts', themes: [THEME.material] }, |
107 | | - { demo: 'ClientSideDataProcessing', themes: [THEME.material] }, |
108 | | - { demo: 'Crosshair', themes: [THEME.material] }, |
109 | | - { demo: 'Selection', themes: [THEME.material] }, |
110 | | - { demo: 'FunnelChart', themes: [THEME.material] }, |
111 | | - { demo: 'Overview', themes: [THEME.material] }, |
112 | | - { demo: 'Candlestick', themes: [THEME.material] }, |
113 | | - { demo: 'BarDrillDown', themes: [THEME.material] }, |
114 | | - ], |
115 | | - RangeSelector: [ |
116 | | - { demo: 'EmbeddedChart', themes: [THEME.material] }, |
117 | | - { demo: 'NumericScaleLightweight', themes: [THEME.material] }, |
118 | | - { demo: 'Calculation', themes: [THEME.material] }, |
119 | | - { demo: 'DateTimeScale', themes: [THEME.material] }, |
120 | | - { demo: 'EmbeddedChartCustomized', themes: [THEME.material] }, |
121 | | - ], |
122 | | - Diagram: [ |
123 | | - { demo: 'WebAPIService', themes: [THEME.material] }, |
124 | | - { demo: 'ImagesInShapes', themes: [THEME.material] }, |
125 | | - ], |
| 6 | + // DataGrid: [ |
| 7 | + // { demo: 'RealTimeUpdates', themes: [THEME.material] }, |
| 8 | + // { demo: 'MultiRowHeadersBands', themes: [THEME.material] }, |
| 9 | + // { demo: 'ColumnReordering', themes: [THEME.material] }, |
| 10 | + // { demo: 'Row', themes: [THEME.material] }, |
| 11 | + // ], |
| 12 | + // TreeList: [ |
| 13 | + // { demo: 'FilterRow', themes: [THEME.material] }, |
| 14 | + // { demo: 'PopupEditing', themes: [THEME.material] }, |
| 15 | + // ], |
| 16 | + // DateRangeBox: [ |
| 17 | + // { demo: 'Formatting', themes: [THEME.material] }, |
| 18 | + // ], |
| 19 | + // PivotGrid: [ |
| 20 | + // { demo: 'SummaryDisplayModes', themes: [THEME.material] }, |
| 21 | + // { demo: 'RunningTotals', themes: [THEME.material] }, |
| 22 | + // { demo: 'DrillDown', themes: [THEME.material] }, |
| 23 | + // ], |
| 24 | + // Gauges: [ |
| 25 | + // { demo: 'DifferentSubvalueIndicatorTypesLinearGauge', themes: [THEME.material] }, |
| 26 | + // { demo: 'Tooltip', themes: [THEME.material] }, |
| 27 | + // { demo: 'ScaleLabelFormatting', themes: [THEME.material] }, |
| 28 | + // { demo: 'Palette', themes: [THEME.material] }, |
| 29 | + // { demo: 'ScaleCustomTickInterval', themes: [THEME.material] }, |
| 30 | + // { demo: 'GaugeTooltip', themes: [THEME.material] }, |
| 31 | + // { demo: 'CircularGauge', themes: [THEME.material] }, |
| 32 | + // { demo: 'ScaleCustomTickValues', themes: [THEME.material] }, |
| 33 | + // { demo: 'ScaleCustomTickValues', themes: [THEME.material] }, |
| 34 | + // { demo: 'SubvalueIndicatorTextFormatting', themes: [THEME.material] }, |
| 35 | + // { demo: 'DifferentValueIndicatorTypesLinearGauge', themes: [THEME.material] }, |
| 36 | + // { demo: 'GaugeTitleCustomized', themes: [THEME.material] }, |
| 37 | + // { demo: 'LabelsCustomization', themes: [THEME.material] }, |
| 38 | + // { demo: 'DifferentValueIndicatorTypes', themes: [THEME.material] }, |
| 39 | + // { demo: 'CustomLayout', themes: [THEME.material] }, |
| 40 | + // { demo: 'LinearGauge', themes: [THEME.material] }, |
| 41 | + // ], |
| 42 | + // Gantt: [ |
| 43 | + // { demo: 'HeaderFilter', themes: [THEME.material] }, |
| 44 | + // { demo: 'ContextMenu', themes: [THEME.material] }, |
| 45 | + // { demo: 'DataBinding', themes: [THEME.material] }, |
| 46 | + // { demo: 'FilterRow', themes: [THEME.material] }, |
| 47 | + // ], |
| 48 | + // Charts: [ |
| 49 | + // { demo: 'Line', themes: [THEME.material] }, |
| 50 | + // { demo: 'SmallValueGroups', themes: [THEME.material] }, |
| 51 | + // { demo: 'SankeyChart', themes: [THEME.material] }, |
| 52 | + // { demo: 'DoughnutSelection', themes: [THEME.material] }, |
| 53 | + // { demo: 'AreaSelectionZooming', themes: [THEME.material] }, |
| 54 | + // { demo: 'WindRose', themes: [THEME.material] }, |
| 55 | + // { demo: 'RangeBar', themes: [THEME.material] }, |
| 56 | + // { demo: 'Pie', themes: [THEME.material] }, |
| 57 | + // { demo: 'CustomBarWidth', themes: [THEME.material] }, |
| 58 | + // { demo: 'Colorization', themes: [THEME.material] }, |
| 59 | + // { demo: 'Bubble', themes: [THEME.material] }, |
| 60 | + // { demo: 'ZoomingAndScrolling', themes: [THEME.material] }, |
| 61 | + // { demo: 'TooltipAPI', themes: [THEME.material] }, |
| 62 | + // { demo: 'SplineArea', themes: [THEME.material] }, |
| 63 | + // { demo: 'DrillDown', themes: [THEME.material] }, |
| 64 | + // { demo: 'DiscretePointsAggregation', themes: [THEME.material] }, |
| 65 | + // { demo: 'ContinuousData', themes: [THEME.material] }, |
| 66 | + // { demo: 'PointsAggregation', themes: [THEME.material] }, |
| 67 | + // { demo: 'HierarchicalDataStructure', themes: [THEME.material] }, |
| 68 | + // { demo: 'RangeArea', themes: [THEME.material] }, |
| 69 | + // { demo: 'PieWithMultipleSeries', themes: [THEME.material] }, |
| 70 | + // { demo: 'MultiplePointSelection', themes: [THEME.material] }, |
| 71 | + // { demo: 'LogarithmicAxis', themes: [THEME.material] }, |
| 72 | + // { demo: 'CenterLabelCustomization', themes: [THEME.material] }, |
| 73 | + // { demo: 'PolarChartAnnotations', themes: [THEME.material] }, |
| 74 | + // { demo: 'PointImage', themes: [THEME.material] }, |
| 75 | + // { demo: 'PieResolveLabelOverlap', themes: [THEME.material] }, |
| 76 | + // { demo: 'PolarChartZoomingAndScrollingAPI', themes: [THEME.material] }, |
| 77 | + // { demo: 'StandardBar', themes: [THEME.material] }, |
| 78 | + // { demo: 'MultipleAxes', themes: [THEME.material] }, |
| 79 | + // { demo: 'InvertedChart', themes: [THEME.material] }, |
| 80 | + // { demo: 'BarColorCustomization', themes: [THEME.material] }, |
| 81 | + // { demo: 'Doughnut', themes: [THEME.material] }, |
| 82 | + // { demo: 'SideBySideFullStackedBar', themes: [THEME.material] }, |
| 83 | + // { demo: 'Stock', themes: [THEME.material] }, |
| 84 | + // { demo: 'StackedBar', themes: [THEME.material] }, |
| 85 | + // { demo: 'MultipleSeriesSelection', themes: [THEME.material] }, |
| 86 | + // { demo: 'DiscreteAxisZoomingAndScrolling', themes: [THEME.material] }, |
| 87 | + // { demo: 'CustomAnnotations', themes: [THEME.material] }, |
| 88 | + // { demo: 'EqualSizePies', themes: [THEME.material] }, |
| 89 | + // { demo: 'FlatDataStructure', themes: [THEME.material] }, |
| 90 | + // { demo: 'SpiderWeb', themes: [THEME.material] }, |
| 91 | + // { demo: 'ScaleBreaks', themes: [THEME.material] }, |
| 92 | + // { demo: 'DiscreteData', themes: [THEME.material] }, |
| 93 | + // { demo: 'SideBySideStackedBar', themes: [THEME.material] }, |
| 94 | + // { demo: 'PointSelectionAPI', themes: [THEME.material] }, |
| 95 | + // { demo: 'PieAnnotations', themes: [THEME.material] }, |
| 96 | + // { demo: 'DynamicSeries', themes: [THEME.material] }, |
| 97 | + // { demo: 'Spline', themes: [THEME.material] }, |
| 98 | + // { demo: 'MultiplePanes', themes: [THEME.material] }, |
| 99 | + // { demo: 'FullStackedBar', themes: [THEME.material] }, |
| 100 | + // { demo: 'ExportAndPrintingAPI', themes: [THEME.material] }, |
| 101 | + // { demo: 'AutoCalculatedBarWidth', themes: [THEME.material] }, |
| 102 | + // { demo: 'PointsAggregationFinancialChart', themes: [THEME.material] }, |
| 103 | + // { demo: 'ParetoChart', themes: [THEME.material] }, |
| 104 | + // { demo: 'LogarithmicVsLinearAxes', themes: [THEME.material] }, |
| 105 | + // { demo: 'LegendMarkersCustomization', themes: [THEME.material] }, |
| 106 | + // { demo: 'ExportSeveralCharts', themes: [THEME.material] }, |
| 107 | + // { demo: 'ClientSideDataProcessing', themes: [THEME.material] }, |
| 108 | + // { demo: 'Crosshair', themes: [THEME.material] }, |
| 109 | + // { demo: 'Selection', themes: [THEME.material] }, |
| 110 | + // { demo: 'FunnelChart', themes: [THEME.material] }, |
| 111 | + // { demo: 'Overview', themes: [THEME.material] }, |
| 112 | + // { demo: 'Candlestick', themes: [THEME.material] }, |
| 113 | + // { demo: 'BarDrillDown', themes: [THEME.material] }, |
| 114 | + // ], |
| 115 | + // RangeSelector: [ |
| 116 | + // { demo: 'EmbeddedChart', themes: [THEME.material] }, |
| 117 | + // { demo: 'NumericScaleLightweight', themes: [THEME.material] }, |
| 118 | + // { demo: 'Calculation', themes: [THEME.material] }, |
| 119 | + // { demo: 'DateTimeScale', themes: [THEME.material] }, |
| 120 | + // { demo: 'EmbeddedChartCustomized', themes: [THEME.material] }, |
| 121 | + // ], |
| 122 | + // Diagram: [ |
| 123 | + // { demo: 'WebAPIService', themes: [THEME.material] }, |
| 124 | + // { demo: 'ImagesInShapes', themes: [THEME.material] }, |
| 125 | + // ], |
126 | 126 | }, |
127 | 127 | Angular: { |
128 | 128 | Common: ['PopupAndNotificationsOverview'], |
|
0 commit comments