We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33d0c88 commit a030610Copy full SHA for a030610
elasticsearch-api/spec/yaml-test-runner/run.rb
@@ -70,4 +70,6 @@
70
current_branch = `git rev-parse --abbrev-ref HEAD`.strip
71
branch = current_branch.match(/[0-9]\.[0-9]+/)&.[](0) || ENV['ES_YAML_TESTS_BRANCH'] || nil
72
Elasticsearch::Tests::Downloader::run(tests_path, branch)
73
-Elasticsearch::Tests::TestRunner.new(CLIENT, tests_path, logger).run(ENV['SINGLE_TEST'] || [])
+runner = Elasticsearch::Tests::TestRunner.new(CLIENT, tests_path, logger)
74
+runner.add_tests_to_skip('knn_search.yml') # TODO: Extract into file
75
+runner.run(ENV['SINGLE_TEST'] || [])
0 commit comments