diff --git a/.github/workflows/reusable_swap_functional_tests.yml b/.github/workflows/reusable_swap_functional_tests.yml index 680c15c6f..14115767e 100644 --- a/.github/workflows/reusable_swap_functional_tests.yml +++ b/.github/workflows/reusable_swap_functional_tests.yml @@ -9,7 +9,7 @@ on: type: string repo_for_exchange: required: false - default: 'LedgerHQ/app-exchange' + default: 'blockydevs/app-exchange' type: string branch_for_stellar: @@ -101,15 +101,6 @@ on: default: 'LedgerHQ/app-tron' type: string - branch_for_near: - required: false - default: 'develop' - type: string - repo_for_near: - required: false - default: 'LedgerHQ/app-near' - type: string - branch_for_ton: required: false default: 'develop' @@ -137,15 +128,6 @@ on: default: 'LedgerHQ/app-cosmos' type: string - branch_for_sui: - required: false - default: 'develop' - type: string - repo_for_sui: - required: false - default: 'LedgerHQ/app-sui' - type: string - branch_for_aptos: required: false default: 'develop' diff --git a/test/python/conftest.py b/test/python/conftest.py index fdd1cec17..d4abca832 100644 --- a/test/python/conftest.py +++ b/test/python/conftest.py @@ -38,8 +38,8 @@ def pytest_configure(config): "ton": "TON", "ATOM": "Cosmos", "cardano": "Cardano ADA", - "near": "NEAR", - "sui": "Sui", + # "near": "NEAR", + # "sui": "Sui", "boilerplate": "Boilerplate", "kaspa": "Kaspa", "hedera": "Hedera"