Skip to content

Commit 32ba419

Browse files
committed
Remove outdated tests since parallel now calls common code
1 parent 7d7a015 commit 32ba419

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

spec/octocatalog-diff/tests/catalog-util/bootstrap_spec.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@
8989
OctocatalogDiff::CatalogUtil::Bootstrap.bootstrap_directory_parallelizer(opts, logger)
9090
expect(logger_str.string).to match(/Begin 1 bootstrap\(s\)/)
9191
expect(logger_str.string).to match(/Success bootstrap_directory for to_dir/)
92-
expect(logger_str.string).not_to match(/Initialized parallel task result array: size=/)
9392
expect(File.file?(File.join(@dir, 'config', 'enc.sh'))).to eq(true)
9493
end
9594

@@ -126,7 +125,6 @@
126125
expect(logger_str.string).to match(/Begin 2 bootstrap\(s\)/)
127126
expect(logger_str.string).to match(/Success bootstrap_directory for to_dir/)
128127
expect(logger_str.string).to match(/Success bootstrap_directory for from_dir/)
129-
expect(logger_str.string).not_to match(/Initialized parallel task result array: size=/)
130128
expect(File.file?(File.join(@dir, 'config', 'enc.sh'))).to eq(true)
131129
expect(File.file?(File.join(@dir2, 'config', 'enc.sh'))).to eq(true)
132130
end

0 commit comments

Comments
 (0)