From 75e4b653c4fa8faa64dc786aff95602b7cb5b94d Mon Sep 17 00:00:00 2001 From: AnieeG Date: Mon, 18 Nov 2024 08:11:58 -0800 Subject: [PATCH] try with one test --- .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 1a9f1f0ffd5..9921430727f 100644 --- a/.github/e2e-tests.yml +++ b/.github/e2e-tests.yml @@ -971,7 +971,7 @@ runner-test-matrix: - PR E2E Core Tests - Merge Queue E2E Core Tests - Nightly E2E Tests - test_cmd: cd integration-tests/ && go test smoke/ccip_rmn_test.go -timeout 12m -test.parallel=6 -count=1 -json + test_cmd: cd integration-tests/ && go test -test.run ^TestRMN_TwoMessagesOnTwoLanes$ -timeout 12m -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