Skip to content

Commit

Permalink
RHIDP-3156: Skip google-signin-happy-path.spec.ts (#1384)
Browse files Browse the repository at this point in the history
  • Loading branch information
zdrapela committed Jul 11, 2024
1 parent 7f01ca5 commit 1d2edb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e-tests/playwright/e2e/google-signin-happy-path.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Common } from '../utils/Common';
import { UIhelper } from '../utils/UIhelper';

let page: Page;
test.describe('Google signin happy path', () => {
test.describe.skip('Google signin happy path', () => {
let uiHelper: UIhelper;
let common: Common;
const google_user_id = process.env.GOOGLE_USER_ID;
Expand Down

0 comments on commit 1d2edb1

Please sign in to comment.