# Each line should be a full test name
# Each test name present in the file will be expected to pass in a CI environment
#
# This list can be regenerated by running the following command in a shell:
#    mvn -Penable-integration-test clean verify && xq '//testsuite/testcase[./error or ./failure]/@name' google-cloud-storage/target/failsafe-reports/TEST-com.google.cloud.storage.conformance.retry.ITRetryConformanceTest-sponge_log.xml | tail -n+2 | head -n-1 | sed 's#  <result>test\[##g' | sed 's#\]</result>##g' | sort | tee -a google-cloud-storage/src/test/resources/com/google/cloud/storage/conformance/retry/testNamesWhichCanFail.txt
# where xq is the package from https://github.com/jeffbr13/xq

