Skip to content

Commit

Permalink
enable test for serverless
Browse files Browse the repository at this point in the history
  • Loading branch information
semd committed Mar 6, 2024
1 parent 7283437 commit 54e3723
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import { networkUrl } from '../../../urls/navigation';
const testDomainOne = 'myTest';
const testDomainTwo = 'myTest2';

describe('Overflow items', { tags: ['@ess', '@serverless', '@brokenInServerless'] }, () => {
describe('Overflow items', { tags: ['@ess', '@serverless'] }, () => {
context('Network stats and tables', () => {
before(() => {
cy.task('esArchiverLoad', { archiveName: 'network' });
Expand Down

0 comments on commit 54e3723

Please sign in to comment.