File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ outputJSON="build/${fully_qualified_group_name}.integration.out.json"
5050echo " ~~~ Integration tests: ${GROUP_NAME} "
5151
5252set +e
53- TEST_BINARY_NAME=" elastic-agent" AGENT_VERSION=" ${AGENT_VERSION} " SNAPSHOT=true gotestsum --no-color -f standard-quiet --junitfile " ${outputXML} " --jsonfile " ${outputJSON} " -- -tags integration -test.shuffle on -test.timeout 2h0m0s github.com/elastic/elastic-agent/testing/integration -v -args -integration.groups=" ${GROUP_NAME} " -integration.sudo=" ${TEST_SUDO} "
53+ TEST_BINARY_NAME=" elastic-agent" AGENT_VERSION=" ${AGENT_VERSION} " SNAPSHOT=true gotestsum --no-color --junitfile-hide-skipped-tests - f standard-quiet --junitfile " ${outputXML} " --jsonfile " ${outputJSON} " -- -tags integration -test.shuffle on -test.timeout 2h0m0s github.com/elastic/elastic-agent/testing/integration -v -args -integration.groups=" ${GROUP_NAME} " -integration.sudo=" ${TEST_SUDO} "
5454TESTS_EXIT_STATUS=$?
5555set -e
5656
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ $TestsExitCode = 0
4848try {
4949 Get-Ess - Stack - StackVersion $PACKAGE_VERSION
5050 Write-Output " ~~~ Running integration test group: $GROUP_NAME as user: $env: USERNAME "
51- & gotestsum -- no- color -f standard- quiet -- junitfile " ${outputXML} " -- jsonfile " ${outputJSON} " -- - tags= integration - shuffle= on - timeout= 2h0m0s " github.com/elastic/elastic-agent/testing/integration" - v - args " -integration.groups=$GROUP_NAME " " -integration.sudo=$TEST_SUDO "
51+ & gotestsum -- no- color -- junitfile - hide-skipped - tests - f standard- quiet -- junitfile " ${outputXML} " -- jsonfile " ${outputJSON} " -- - tags= integration - shuffle= on - timeout= 2h0m0s " github.com/elastic/elastic-agent/testing/integration" - v - args " -integration.groups=$GROUP_NAME " " -integration.sudo=$TEST_SUDO "
5252 $TestsExitCode = $LASTEXITCODE
5353} finally {
5454 ess_down
You can’t perform that action at this time.
0 commit comments