Skip to content

Commit

Permalink
enable (remove pending) for database admin spec
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrock committed Mar 21, 2023
1 parent 59d8543 commit 40c910f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spec/database_admin_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -555,8 +555,6 @@ def confirm_and_execute

context "when excluding tables" do
it "asks to input tables, providing an example and sensible defaults" do
pending "something is wrong with this test and the readline mocking on CI" if ENV["CI"]

say ["y", "metrics_*"]
expect(subject.ask_for_tables_to_exclude_in_dump).to be_truthy
expect_output <<-EXAMPLE.strip_heredoc.chomp
Expand Down

0 comments on commit 40c910f

Please sign in to comment.