diff --git a/.github/workflows/app-e2e.yml b/.github/workflows/app-e2e.yml index a4ec9048e..4c5da3cfc 100644 --- a/.github/workflows/app-e2e.yml +++ b/.github/workflows/app-e2e.yml @@ -47,16 +47,16 @@ jobs: fail-fast: false matrix: tags: [ - "@artifactsSet1", - "@artifactsSet2", - "@artifactsSet3", - "@artifactsSet4", - "@redirectionSet1", - "@redirectionSet2", - "@redirectionSet3", - "@copying", - "@search", - "@testnetSmokeSuite" +# "@artifactsSet1", +# "@artifactsSet2", +# "@artifactsSet3", +# "@artifactsSet4", +# "@redirectionSet1", +# "@redirectionSet2", +# "@redirectionSet3", + "@copying" +# "@search", +# "@testnetSmokeSuite" ] name: '${{ matrix.tags }}' diff --git a/.github/workflows/integration-tests-api.yml b/.github/workflows/integration-tests-api.yml index 8ee487387..d50fe6198 100644 --- a/.github/workflows/integration-tests-api.yml +++ b/.github/workflows/integration-tests-api.yml @@ -13,15 +13,15 @@ jobs: matrix: node-version: ['lts/*'] # 18.17.1 or lts/* test-pattern: - - stub.test.ts - - accounts.test.ts - - addresses.test.ts - - batches.test.ts - - blocks.test.ts - - contracts.test.ts - - logs.test.ts - - stats.test.ts - - tokens.test.ts +# - stub.test.ts +# - accounts.test.ts +# - addresses.test.ts +# - batches.test.ts +# - blocks.test.ts +# - contracts.test.ts +# - logs.test.ts +# - stats.test.ts +# - tokens.test.ts - transactions.test.ts name: 'API test set: ${{ matrix.test-pattern}} / Node: ${{ matrix.node-version}}' steps: diff --git a/packages/integration-tests/tests/api/transactions.test.ts b/packages/integration-tests/tests/api/transactions.test.ts index 58cd12003..6e63b8b92 100644 --- a/packages/integration-tests/tests/api/transactions.test.ts +++ b/packages/integration-tests/tests/api/transactions.test.ts @@ -243,7 +243,7 @@ describe("Transactions", () => { }); }); - describe("/transactions/{transactionHash}", () => { + xdescribe("/transactions/{transactionHash}", () => { beforeAll(async () => { const customToken = await helper.getStringFromFile(bufferFile + Buffer.L2deposited); await playbook.transferFailedState(customToken); @@ -1030,7 +1030,7 @@ describe("Transactions", () => { }); }); - describe("/transactions/${txHash}/logs", () => { + xdescribe("/transactions/${txHash}/logs", () => { //@id1507 it("Verify the transaction via /transactions/{transactionHash}/logs", async () => { await helper.retryTestAction(async () => { @@ -1082,7 +1082,7 @@ describe("Transactions", () => { }); }); - describe("/transactions", () => { + xdescribe("/transactions", () => { //@id1506 it("Verify the transaction via /transactions", async () => { await helper.retryTestAction(async () => { @@ -1146,7 +1146,7 @@ describe("Transactions", () => { }); }); - describe("/api?module=transaction", () => { + xdescribe("/api?module=transaction", () => { //@id1697 it("Verify /api?module=transaction&action=getstatus response", async () => { await helper.retryTestAction(async () => {