Chore: Disable angular support by default (#84738)

* Flipping angular support to disabled by default
This commit is contained in:
Timur Olzhabayev
2024-03-22 17:09:53 +01:00
committed by GitHub
parent 86a2a1a19b
commit e9db9106c1
4 changed files with 6 additions and 6 deletions

View File

@@ -16,7 +16,7 @@ describe('Dashboard time zone support', () => {
e2e.flows.login(Cypress.env('USERNAME'), Cypress.env('PASSWORD'));
});
it('Tests dashboard time zone scenarios', () => {
it.skip('Tests dashboard time zone scenarios', () => {
e2e.flows.openDashboard({ uid: '5SdHCasdf' });
const fromTimeZone = 'UTC';