Skip to content

Commit 02ca3df

Browse files
authored
Disable tests (#1788)
Signed-off-by: Suchit Sahoo <[email protected]>
1 parent 6e269da commit 02ca3df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cypress/integration/core-opensearch-dashboards/opensearch-dashboards/apps/vis_type_table/data.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ describe('table visualization data', () => {
242242
});
243243
});
244244

245-
it('Should include missing data', () => {
245+
it.skip('Should include missing data', () => {
246246
const expectDataBeforeMissing = [
247247
248248
'2',

cypress/integration/core-opensearch-dashboards/opensearch-dashboards/apps/vis_type_table/embed.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ describe('table visualization in embedded mode', () => {
154154
});
155155
});
156156

157-
it('Should filter out value in embedded mode', () => {
157+
it.skip('Should filter out value in embedded mode', () => {
158158
const expectedFilterOutData = [
159159
'20',
160160
'2,236',

0 commit comments

Comments
 (0)