From 635ab9a2beac3d6dfb8c25d6d90b2f9ca991b890 Mon Sep 17 00:00:00 2001 From: Lucas Bustamante Date: Mon, 11 Nov 2024 14:47:57 -0300 Subject: [PATCH] Include report to debug CI --- _tests/managed_tests/QITSelfTests.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_tests/managed_tests/QITSelfTests.php b/_tests/managed_tests/QITSelfTests.php index 82ea9bfe..9ede24c1 100644 --- a/_tests/managed_tests/QITSelfTests.php +++ b/_tests/managed_tests/QITSelfTests.php @@ -381,7 +381,7 @@ function run_test_runs( array $test_runs, $tests_based_on_custom_tests ) { } if ( in_array( $test_type, $tests_based_on_custom_tests ) ) { - $args[] = "--no_upload_report"; + // $args[] = "--no_upload_report"; } if ( ! empty( $t['features'] ) ) {