Attempt to fix the random failure of depedency_loader unit test (#7101)

* Attempt to fix the dependency_loader random unit test failure in verify pipeline

Signed-off-by: Vasu1105 <vjagdale@progress.com>

* Revert "Attempt to fix the dependency_loader random unit test failure in verify pipeline"

This reverts commit 890e71b667.

* Attempt to fix randomly failing dependency_loader unit test

Signed-off-by: Vasu1105 <vjagdale@progress.com>

---------

Signed-off-by: Vasu1105 <vjagdale@progress.com>
This commit is contained in:
Vasundhara Jagdale 2024-07-26 06:45:03 +00:00 committed by GitHub
parent ac1594f883
commit 7f1174a753
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 8 additions and 8 deletions

View file

@ -11,10 +11,10 @@ Gem::Specification.new do |s|
s.description = "This gem is used to test the gem search and install capabilities of InSpec's plugin V2 system. It is not a good example or starting point for plugin development.".freeze
s.email = ["hello@chef.io".freeze]
s.homepage = "https://github.com/inspec/inspec".freeze
s.rubygems_version = "3.1.0".freeze
s.rubygems_version = "3.1.6".freeze
s.summary = "A simple test plugin gem for InSpec".freeze
s.installed_by_version = "3.1.0" if s.respond_to? :installed_by_version
s.installed_by_version = "3.1.6" if s.respond_to? :installed_by_version
if s.respond_to? :specification_version
s.specification_version = 4

View file

@ -11,10 +11,10 @@ Gem::Specification.new do |s|
s.description = "This gem is used to test the gem search and install capabilities of InSpec's plugin V2 system. It is not a good example or starting point for plugin development.".freeze
s.email = ["hello@chef.io".freeze]
s.homepage = "https://github.com/inspec/inspec".freeze
s.rubygems_version = "3.1.0".freeze
s.rubygems_version = "3.1.6".freeze
s.summary = "A simple test plugin gem for InSpec".freeze
s.installed_by_version = "3.1.0" if s.respond_to? :installed_by_version
s.installed_by_version = "3.1.6" if s.respond_to? :installed_by_version
if s.respond_to? :specification_version
s.specification_version = 4

View file

@ -11,8 +11,8 @@ Gem::Specification.new do |s|
s.description = "You can access to the first element of an array by the 'first' method. Now you can access to the second element by 'second' and that until the 999th elements".freeze
s.email = ["kevin.disneur@gmail.com".freeze]
s.homepage = "https://github.com/kdisneur/ordinal_array".freeze
s.rubygems_version = "3.1.0".freeze
s.rubygems_version = "3.1.6".freeze
s.summary = "You can access to the first element of an array by the 'first' method. Now you can access to the second element by 'second' and that until the 999th elements".freeze
s.installed_by_version = "3.1.0" if s.respond_to? :installed_by_version
s.installed_by_version = "3.1.6" if s.respond_to? :installed_by_version
end

View file

@ -12,8 +12,8 @@ Gem::Specification.new do |s|
s.email = ["hello@chef.io".freeze]
s.homepage = "https://github.com/inspec/train".freeze
s.licenses = ["Apache-2.0".freeze]
s.rubygems_version = "3.1.0".freeze
s.rubygems_version = "3.1.6".freeze
s.summary = "Test train plugin. Not intended for use as an example.".freeze
s.installed_by_version = "3.1.0" if s.respond_to? :installed_by_version
s.installed_by_version = "3.1.6" if s.respond_to? :installed_by_version
end