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: 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();