mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Disable angular support by default (#84738)
* Flipping angular support to disabled by default
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user