rspec_trunk_flaky_tests 0.7.8-x86_64-darwin → 0.7.9-x86_64-darwin

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: 8a81e1b6722f9e964619b2cbce26113165dc0d381448d3ad06724084d30407fe
4
- data.tar.gz: 99e839ac12eace3467a091d6d319cb97611d6a5ac28499f8f52217db1697903c
3
+ metadata.gz: 8e492ef232c4bc3abca57dd8f4acf53b54c6449f406c326de70cd377c4858ccb
4
+ data.tar.gz: 2772e0e27b206a3078942db937a449e1e7d2b053b7c08b6b3c55c43fc9f5e91e
5
5
  SHA512:
6
- metadata.gz: 5c8b43ff9c6aa9fb17fec02a0946e9ac0344e0b23924ac991bcec609156bfc298f102d16718012f2848b0e171232617ff1be45da7cd6ca83f2b0c37c4fdd222d
7
- data.tar.gz: 26b1a30750df2cb764af9bb6af42de220831419d6da92b224ba5a4855c5fd36b9a71f1f79bd6c6c85c4a3a93417b77b75fff22a1301aadf7db6ba08459adeb7d
6
+ metadata.gz: 92232296cbe7dcee48f9a3015afbccfd216ffac7a0b87f26114e17d8b827623afd35c2eac22477e148209cc6534368ec9714e546f18001483f13dffba6908038
7
+ data.tar.gz: 27042a0fc77021538af66bfc18806a3f36271cae22cc61f210e7f6af22b666f1ef310dca751b752e75362b934e7e4fbc784b1d0503a84724ade587d776e128a7
@@ -47,6 +47,7 @@ module RSpec
47
47
  # decide if we want to fail the test or not
48
48
  # trunk-ignore(rubocop/Naming/AccessorMethodName,rubocop/Metrics/MethodLength,rubocop/Metrics/AbcSize)
49
49
  def set_exception(exception)
50
+ return set_exception_core(exception) if metadata[:pending]
50
51
  return set_exception_core(exception) if trunk_disabled
51
52
  return set_exception_core(exception) if metadata[:retry_attempts]&.positive?
52
53
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rspec_trunk_flaky_tests
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.8
4
+ version: 0.7.9
5
5
  platform: x86_64-darwin
6
6
  authors:
7
7
  - Trunk Technologies, Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-04-17 00:00:00.000000000 Z
11
+ date: 2025-04-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec-core