Skip to content

Commit 0d36c6a

Browse files
fix(ui5-dynamic-date-range): skip test (#12602)
related to: #12601
1 parent 9f8d565 commit 0d36c6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/main/cypress/specs/DynamicDateRange.cy.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ describe('FromDateTime Option', () => {
505505
.should('have.attr', 'selected');
506506
});
507507

508-
it('should select a date and time, then submit the value', () => {
508+
it.skip('should select a date and time, then submit the value', () => {
509509
const mockOptions: Array<IDynamicDateRangeOption> = [
510510
new FromDateTime(),
511511
];
@@ -618,7 +618,7 @@ describe('ToDateTime Option', () => {
618618
.should('have.attr', 'selected');
619619
});
620620

621-
it('should select a date and time, then submit the value', () => {
621+
it.skip('should select a date and time, then submit the value', () => {
622622
const mockOptions: Array<IDynamicDateRangeOption> = [
623623
new ToDateTime(),
624624
];

0 commit comments

Comments
 (0)