gitlab_quality-test_tooling 3.8.0 → 3.9.0

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: e6358a99fbbffd427e08eb0d8fa81eb1b094d91967391b1dbfe9991f8ef754c2
4
- data.tar.gz: baaab01155aba0a2a897d419036fa4bba9db8afec7e0138e71e1c78296a2e56a
3
+ metadata.gz: acd13e22b4fd23cb52365b1137833a0348af808f009a644e36a667c8f8fc0cb9
4
+ data.tar.gz: eb62c1b5bcd4e763ed35d7425e04b7e19743f40fcaa1e3493b186806443ce517
5
5
  SHA512:
6
- metadata.gz: 111fdd1f23adf766111ebbf0b31190f994f941f15fd4263cb2c9784307891cd34cc39a26636e9eccd6134651ab416396affeb6284bae584d6f6f23d3cf2d5d53
7
- data.tar.gz: 03aaff6cbb173014e5c47373c0af889b2d86ceaf4ebaeb86c7e8ec92774864fac3adc914e3a11b4d1f76176c86b966e12910c78f852954d2b1650b980427a9eb
6
+ metadata.gz: 11c99a5294a20167082412d9aa89804b417c982cdf470a58bf9749cac9d1edc264bdfb6d4a580a3b0589a2ec7f97d38959c072504473bc495ef6418e9e1e0185
7
+ data.tar.gz: f5c10bf74809af017c60b0533ab6f42afafa7c06f328b34856796faa02b65974865de40fb1597edb27af64a6eabd4846c34147d70061b42a13f3232a8a72c295
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- gitlab_quality-test_tooling (3.8.0)
4
+ gitlab_quality-test_tooling (3.9.0)
5
5
  activesupport (>= 7.0)
6
6
  amatch (~> 0.4.1)
7
7
  fog-google (~> 1.24, >= 1.24.1)
@@ -104,6 +104,10 @@ module GitlabQuality
104
104
  end
105
105
 
106
106
  def quarantine_disabled?
107
+ # Disable quarantine when the tests are running outside of CI
108
+ # We want quarantined tests NOT to be skipped by default in local development
109
+ return true unless ENV['CI']
110
+
107
111
  enabled?(ENV.fetch('GLCI_DISABLE_QUARANTINE', nil), default: false)
108
112
  end
109
113
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module GitlabQuality
4
4
  module TestTooling
5
- VERSION = "3.8.0"
5
+ VERSION = "3.9.0"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitlab_quality-test_tooling
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.8.0
4
+ version: 3.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - GitLab Quality
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2026-02-23 00:00:00.000000000 Z
11
+ date: 2026-03-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: climate_control