We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3340b6b commit 512df1eCopy full SHA for 512df1e
1 file changed
src/test/chain-simulator/applications.cs-e2e.ts
@@ -1,7 +1,7 @@
1
import axios from "axios";
2
import { config } from "./config/env.config";
3
4
-describe('Applications e2e tests with chain simulator', () => {
+describe.skip('Applications e2e tests with chain simulator', () => {
5
describe('GET /applications', () => {
6
it('should return status code 200 and a list of applications', async () => {
7
const response = await axios.get(`${config.apiServiceUrl}/applications`);
0 commit comments