Skip to content

Commit

Permalink
fix certification model flaky test (#18977)
Browse files Browse the repository at this point in the history
  • Loading branch information
csheepy authored Jul 10, 2023
1 parent c99cc68 commit 87ad812
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions spec/models/certification_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
end

let(:vacols_case) do
create(:case_with_ssoc)
create(:case_with_ssoc, :representative_american_legion)
end

let(:certification) do
Expand Down Expand Up @@ -356,9 +356,7 @@

context "#fetch_power_of_attorney!" do
subject { certification }

it "returns true when bgs address is found",
skip: "VACOLS rep test fails sometimes, will be changed with #5185 so ignoring it for now" do
it "fetches the power of attorney from bgs and vacols" do
certification.async_start!
expect(subject.bgs_rep_city).to eq "SAN FRANCISCO"
expect(subject.bgs_representative_type).to eq "Attorney"
Expand Down

0 comments on commit 87ad812

Please sign in to comment.