From 4e4a37fe14f1f2ee752c9b76123ac29a68d86845 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20H=C3=A1jek?= Date: Fri, 31 Jan 2025 12:10:37 +0100 Subject: [PATCH] fix(ci): Removed metadata group as it contains no tests (#16743) --- .github/workflows/test-suite-web-nightly.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/test-suite-web-nightly.yml b/.github/workflows/test-suite-web-nightly.yml index 6f4014cdd58..eca5f426e16 100644 --- a/.github/workflows/test-suite-web-nightly.yml +++ b/.github/workflows/test-suite-web-nightly.yml @@ -21,9 +21,6 @@ jobs: - TEST_GROUP: "@group_device-management" CONTAINERS: "trezor-user-env-unix" CYPRESS_USE_TREZOR_USER_ENV_BRIDGE: "1" - - TEST_GROUP: "@group_metadata" - CONTAINERS: "trezor-user-env-unix" - CYPRESS_USE_TREZOR_USER_ENV_BRIDGE: "1" - TEST_GROUP: "@group_passphrase" CONTAINERS: "trezor-user-env-unix" CYPRESS_USE_TREZOR_USER_ENV_BRIDGE: "1" @@ -206,9 +203,6 @@ jobs: - TEST_GROUP: "@group_device-management" CONTAINERS: "trezor-user-env-unix" CYPRESS_USE_TREZOR_USER_ENV_BRIDGE: "1" - - TEST_GROUP: "@group_metadata" - CONTAINERS: "trezor-user-env-unix" - CYPRESS_USE_TREZOR_USER_ENV_BRIDGE: "1" - TEST_GROUP: "@group_passphrase" CONTAINERS: "trezor-user-env-unix" CYPRESS_USE_TREZOR_USER_ENV_BRIDGE: "1"