mirror of
https://github.com/inspec/inspec
synced 2024-11-22 04:33:09 +00:00
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:
parent
ac1594f883
commit
7f1174a753
4 changed files with 8 additions and 8 deletions
|
@ -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.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.email = ["hello@chef.io".freeze]
|
||||||
s.homepage = "https://github.com/inspec/inspec".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.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
|
if s.respond_to? :specification_version
|
||||||
s.specification_version = 4
|
s.specification_version = 4
|
||||||
|
|
|
@ -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.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.email = ["hello@chef.io".freeze]
|
||||||
s.homepage = "https://github.com/inspec/inspec".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.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
|
if s.respond_to? :specification_version
|
||||||
s.specification_version = 4
|
s.specification_version = 4
|
||||||
|
|
|
@ -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.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.email = ["kevin.disneur@gmail.com".freeze]
|
||||||
s.homepage = "https://github.com/kdisneur/ordinal_array".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.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
|
end
|
||||||
|
|
|
@ -12,8 +12,8 @@ Gem::Specification.new do |s|
|
||||||
s.email = ["hello@chef.io".freeze]
|
s.email = ["hello@chef.io".freeze]
|
||||||
s.homepage = "https://github.com/inspec/train".freeze
|
s.homepage = "https://github.com/inspec/train".freeze
|
||||||
s.licenses = ["Apache-2.0".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.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
|
end
|
||||||
|
|
Loading…
Reference in a new issue