Skip to content

Commit 43a335e

Browse files
committed
Fix old test
Looks like it was missed in #69
1 parent 85bb525 commit 43a335e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

ruby/tests/annotate_test.rb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -299,11 +299,6 @@
299299
assert_equal 0, status.exitstatus
300300
end
301301

302-
it "raises an error when an invalid failure-format is provided" do
303-
output, status = Open3.capture2e("env", "BUILDKITE_PLUGIN_JUNIT_ANNOTATE_FAILURE_FORMAT=kittens", "#{__dir__}/../bin/annotate", "#{__dir__}/test-failure-and-error/")
304-
assert_equal false, status.success?
305-
end
306-
307302
it "handles failures across multiple files in sub dirs" do
308303
output, status = Open3.capture2e("#{__dir__}/../bin/annotate", "#{__dir__}/tests-in-sub-dirs/")
309304

0 commit comments

Comments
 (0)