I want to launch tests from the next YAML file qa/smoke-test-reindex-with-all-modules/src/test/resources/rest-api-spec/test/update_by_query/10_script.yml
.
I tried to do so by launching one of the following commands:
gradle test -Dtests.class=org.elasticsearch.smoketest.SmokeTestReindexWithPainlessClientYamlTestSuiteIT --stacktrace
or
gradle :distribution:integ-test-zip:integTest -Dtests.class="org.elasticsearch.smoketest.SmokeTestReindexWithPainlessClientYamlTestSuiteIT" --stacktrace
In both cases I have the next error: There were no executed tests: 0 suites, 0 tests
Can anyone please suggest the right way to run these tests?