Skip to content

Commit

Permalink
[XPACk] Fix reference to deprecation rest yaml test file
Browse files Browse the repository at this point in the history
  • Loading branch information
estolfo committed Apr 2, 2019
1 parent 4efcc52 commit 9cfecf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elasticsearch-xpack/spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
skipped_files += Dir.glob("#{YAML_FILES_DIRECTORY}/ml/set_upgrade_mode.yml")

# 'Test Deprecations' has non-zero length node_settings field
skipped_files += Dir.glob("#{YAML_FILES_DIRECTORY}/deprecations/10_basic.yml")
skipped_files += Dir.glob("#{YAML_FILES_DIRECTORY}/deprecation/10_basic.yml")

SINGLE_TEST = nil
# Uncomment the following line and set it to a file when a single test should be run.
Expand Down

0 comments on commit 9cfecf4

Please sign in to comment.