Skip to content

Commit

Permalink
fix: enable front-run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Amuhar committed Nov 8, 2024
1 parent 573c253 commit 7b9dc8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/front-run-v3.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ import { cutModulesKeys } from './helpers/reduce-keys';

// Mock rabbit straight away
jest.mock('../src/transport/stomp/stomp.client.ts');
jest.setTimeout(40_000);
jest.setTimeout(100_000);

describe.skip('Front-run e2e tests', () => {
describe('Front-run e2e tests', () => {
let providerService: ProviderService;
let keysApiService: KeysApiService;
let guardianService: GuardianService;
Expand Down Expand Up @@ -212,7 +212,7 @@ describe.skip('Front-run e2e tests', () => {
await postgresContainer.stop();
}, 40_000);

describe.skip('Front-run attempt', () => {
describe'Front-run attempt', () => {
let snapshotId: number;

beforeAll(async () => {
Expand Down

0 comments on commit 7b9dc8b

Please sign in to comment.