From 52d41b265cd334273c0c93505f926e02777b4c34 Mon Sep 17 00:00:00 2001 From: dimkouv Date: Tue, 3 Dec 2024 00:30:45 +0200 Subject: [PATCH] fix ci --- .github/e2e-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/e2e-tests.yml b/.github/e2e-tests.yml index 833d47d7500..fd4dc72ec02 100644 --- a/.github/e2e-tests.yml +++ b/.github/e2e-tests.yml @@ -994,7 +994,7 @@ runner-test-matrix: triggers: - PR E2E Core Tests - Nightly E2E Tests - test_cmd: cd integration-tests/smoke/ccip && go test ccip_message_limitations_test.go -timeout 18m -test.parallel=1 -count=1 -json + test_cmd: cd integration-tests/smoke/ccip && go test -run '^Test_CCIPMessageLimitations' -timeout 18m -test.parallel=1 -count=1 -json ./... pyroscope_env: ci-smoke-ccipv1_6-evm-simulated test_env_vars: E2E_TEST_SELECTED_NETWORK: SIMULATED_1,SIMULATED_2,SIMULATED_3