mirror of
https://github.com/grafana/grafana.git
synced 2026-08-26 13:27:30 -05:00
Chore: Skip flaky dashboard settings test. (#82098)
skip flaky dashboard test
This commit is contained in:
@@ -77,7 +77,7 @@ describe('General Settings', () => {
|
||||
});
|
||||
|
||||
describe('when timezone is changed', () => {
|
||||
it('should call update function', async () => {
|
||||
it.skip('should call update function', async () => {
|
||||
const { props } = setupTestContext({});
|
||||
await userEvent.click(screen.getByTestId(selectors.components.TimeZonePicker.containerV2));
|
||||
const timeZonePicker = screen.getByTestId(selectors.components.TimeZonePicker.containerV2);
|
||||
|
||||
Reference in New Issue
Block a user