elasticsearch-test-runner 0.18.0 → 0.18.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 897b6c6fd42ff59d4a4a03ad00fd86ada140707095ded6dbdc16e24b1d1c7e57
4
- data.tar.gz: 680d531cb3c7f06aa35b693c91d0b61f34e8a1aac5e5ba5fd89421b60a8589c8
3
+ metadata.gz: e191fda5bc8ae6d1a8a2caf7dbddb5bc5ba88497642189df885279ff105857d5
4
+ data.tar.gz: 7501d4de443dcc06acdfce6ca10183c7063a7ee9ce03716afdaf850f503fc0eb
5
5
  SHA512:
6
- metadata.gz: 898b06aad5b5f1b4def588adccb9099e5618570884654650ab2704c471573b4fda55c3aa7fa3d4254cc9913c325f85d30b7160fecfe5e7f23fbff913370a972c
7
- data.tar.gz: f8c9e058b5e78e69eac3ae80f3519572bd0166e4c1b3ddf785b3502e1cd8cff1824fd85d861254e195652dc399e8d7d116a80b3ca3de7cc06c5f1f3acf85b50e
6
+ metadata.gz: cac180733a7b86a23f825de3ee420cbaf1f824d06de388aeaa1bb2a43b8d924403b1616210fddc3f9382287bb1e3a8fc8431a798684b7b6e14fb6960f7869f5f
7
+ data.tar.gz: 53127146f544d725e3105a4930368fe5b449bb47858e7a3ad2418ca41b05e99bd62551a93dd1ed022e311234fa886fd99042330d3fd8a6fc0664fa6bf31385fa
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.18.1] - 2026-03-06
4
+
5
+ - Fixes skipping tests.
6
+
3
7
  ## [0.18.0] - 2026-03-05
4
8
 
5
9
  - Lots of improvements when displaying errors. Fixes missing exceptions during particular failures. The display for errors and failures is now more detailed and comfortable to read.
@@ -40,7 +40,7 @@ module Elasticsearch
40
40
  if tests.is_a? String
41
41
  @tests_to_skip << tests
42
42
  else
43
- @tests_to_skip.merge!(tests)
43
+ @tests_to_skip += tests
44
44
  end
45
45
  end
46
46
 
@@ -19,6 +19,6 @@
19
19
 
20
20
  module Elasticsearch
21
21
  module Tests
22
- VERSION = '0.18.0'
22
+ VERSION = '0.18.1'
23
23
  end
24
24
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: elasticsearch-test-runner
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.18.0
4
+ version: 0.18.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic Client Library Maintainers