Skip to content

Commit

Permalink
skip test temp (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmisty authored Sep 3, 2024
1 parent 7cc56f3 commit 9b7e6d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test-folder/mocha-events/steps/origin/origin.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
} from '@test-utils';
import { basename } from 'path';

describe(`suite: ${basename(__dirname)}`, () => {
describe.skip(`suite: ${basename(__dirname)}`, () => {
const testsForOneCyRun = selectTestsToRun(__dirname);

const res = createResTest2(
Expand Down

0 comments on commit 9b7e6d2

Please sign in to comment.