Chore: Reenable cloud plugins suite (#103385)

reenable cloud plugins suite
pull/103577/head^2
Ashley Harrison 1 month ago committed by GitHub
parent 18a3913782
commit 762315f181
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      e2e/cloud-plugins-suite/azure-monitor.spec.ts

@ -124,8 +124,7 @@ const storageAcctName = 'azmonteststorage';
const logAnalyticsName = 'az-mon-test-logs';
const applicationInsightsName = 'az-mon-test-ai-a';
// TODO investigate why this failing - is it flaky?
describe.skip('Azure monitor datasource', () => {
describe('Azure monitor datasource', () => {
before(() => {
e2e.flows.login(Cypress.env('USERNAME'), Cypress.env('PASSWORD'));

Loading…
Cancel
Save