Skip to content

Commit 4a535d6

Browse files
Skip tests 2024/7/11 (#2687)
1 parent 3187525 commit 4a535d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/e2e/awx/administration/activity-stream.cy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ describe('activity-stream', () => {
4848
);
4949
});
5050

51-
it('event details modal displays correct info', function () {
51+
it.skip('event details modal displays correct info', function () {
5252
cy.navigateTo('awx', 'activity-stream');
5353
cy.verifyPageTitle('Activity Stream');
5454
openEventDetails(inventory.name);

0 commit comments

Comments
 (0)