mirror of https://github.com/grafana/grafana.git
				
				
				
			DashboardScenes: Disable flaky new-datasource-variable e2e test (#89817)
disable flaky new-datasource-variable e2e test
This commit is contained in:
		
							parent
							
								
									e09c1c7515
								
							
						
					
					
						commit
						3ef048cdd7
					
				|  | @ -3,7 +3,8 @@ import { e2e } from '../utils'; | ||||||
| const PAGE_UNDER_TEST = 'kVi2Gex7z/test-variable-output'; | const PAGE_UNDER_TEST = 'kVi2Gex7z/test-variable-output'; | ||||||
| const DASHBOARD_NAME = 'Test variable output'; | const DASHBOARD_NAME = 'Test variable output'; | ||||||
| 
 | 
 | ||||||
| describe('Variables - Datasource', () => { | // Skipping due to flakiness/race conditions with same old arch test  e2e/dashboards-suite/new-datasource-variable.spec.ts
 | ||||||
|  | describe.skip('Variables - Datasource', () => { | ||||||
|   beforeEach(() => { |   beforeEach(() => { | ||||||
|     e2e.flows.login(Cypress.env('USERNAME'), Cypress.env('PASSWORD')); |     e2e.flows.login(Cypress.env('USERNAME'), Cypress.env('PASSWORD')); | ||||||
|   }); |   }); | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue