From aa5f11090512158f16ea338fd4871e3090fdefac Mon Sep 17 00:00:00 2001 From: Curtis Date: Wed, 2 Oct 2024 13:55:20 -0400 Subject: [PATCH 1/2] ci: disable swaps e2e workflow --- bitrise.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bitrise.yml b/bitrise.yml index ee7c4fbcb58..91a3df90f69 100644 --- a/bitrise.yml +++ b/bitrise.yml @@ -139,8 +139,8 @@ stages: - run_tag_smoke_assets_android: {} - run_tag_smoke_confirmations_ios: {} - run_tag_smoke_confirmations_android: {} - - run_tag_smoke_swaps_ios: {} - - run_tag_smoke_swaps_android: {} + # - run_tag_smoke_swaps_ios: {} + # - run_tag_smoke_swaps_android: {} - run_tag_smoke_core_ios: {} - run_tag_smoke_core_android: {} build_regression_e2e_ios_android_stage: From e0e8f233bb9f58781268b962c75c76a755157be9 Mon Sep 17 00:00:00 2001 From: Curtis Date: Wed, 2 Oct 2024 13:58:10 -0400 Subject: [PATCH 2/2] disable regressions swaps --- e2e/specs/swaps/swap-action-regression.spec.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e2e/specs/swaps/swap-action-regression.spec.js b/e2e/specs/swaps/swap-action-regression.spec.js index 65d6e366313..ef2a8acce3e 100644 --- a/e2e/specs/swaps/swap-action-regression.spec.js +++ b/e2e/specs/swaps/swap-action-regression.spec.js @@ -18,12 +18,12 @@ import { CustomNetworks } from '../../resources/networks.e2e'; import TestHelpers from '../../helpers'; import FixtureServer from '../../fixtures/fixture-server'; import { getFixturesServerPort } from '../../fixtures/utils'; -import { Regression } from '../../tags'; +import { SmokeSwaps } from '../../tags'; import Assertions from '../../utils/Assertions'; const fixtureServer = new FixtureServer(); -describe(Regression('Multiple Swaps from Actions'), () => { +describe(SmokeSwaps('Multiple Swaps from Actions'), () => { let swapOnboarded = true; // TODO: Set it to false once we show the onboarding page again. beforeAll(async () => { await TestHelpers.reverseServerPort();