Skip to content

Commit

Permalink
chore: skip performance test (#2547)
Browse files Browse the repository at this point in the history
skip performance test
  • Loading branch information
markov00 authored Oct 9, 2024
1 parent 10d5f40 commit 76fd0bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/tests/performance.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { test, expect } from '@playwright/test';

import { common, CommonPage } from '../page_objects';

test.describe('Performance', () => {
test.describe.skip('Performance', () => {
for (let i = 0; i < 10; i++) {
test(`Get performance metrics ${i}`, async ({ page }) => {
const url = CommonPage.parseUrl('http://localhost:9001/?path=/story/test-cases--lens-stress-test');
Expand Down

0 comments on commit 76fd0bb

Please sign in to comment.