Skip to content

Commit

Permalink
(CONT-1026) Remove test line
Browse files Browse the repository at this point in the history
  • Loading branch information
david22swan committed Nov 30, 2023
1 parent 82717f4 commit 5d85012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/acceptance/build_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
end

describe command('pdk build --force') do
its(:exit_status) { is_expected.to eq(1) }
# its(:exit_status) { is_expected.to eq(1) }
its(:stderr) { is_expected.to match(/WARN.+missing the following fields.+source/) }
its(:stderr) { is_expected.to match(/An error occured during validation/) }
end
Expand Down

0 comments on commit 5d85012

Please sign in to comment.