Skip to content

Commit

Permalink
chore(NA): disable flay test
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jul 29, 2024
1 parent 3f969d8 commit 56f0578
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ describe('Agent configuration', () => {
.invoke('val')
.should('contain', 'production');
});
it('displays All label when selecting all option', () => {
it.skip('displays All label when selecting all option', () => {
cy.intercept('GET', '/api/apm/settings/agent-configuration/environments').as(
'serviceEnvironmentApi'
);
Expand Down

0 comments on commit 56f0578

Please sign in to comment.