Skip to content

Commit 512df1e

Browse files
committed
update tests
1 parent 3340b6b commit 512df1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/chain-simulator/applications.cs-e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import axios from "axios";
22
import { config } from "./config/env.config";
33

4-
describe('Applications e2e tests with chain simulator', () => {
4+
describe.skip('Applications e2e tests with chain simulator', () => {
55
describe('GET /applications', () => {
66
it('should return status code 200 and a list of applications', async () => {
77
const response = await axios.get(`${config.apiServiceUrl}/applications`);

0 commit comments

Comments
 (0)