We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11a02cb commit a4f661dCopy full SHA for a4f661d
spec/lib/tasks/podcasts_spec.rb
@@ -26,7 +26,7 @@
26
27
let(:task) { 'podcasts:upsert' }
28
29
- # TODO: This test fails depending on what returns from API, should work offline.
+ # TODO: This test is flaky -- fails depending on what returns from API, should work offline.
30
xit 'successfuly fetch from Anchor.fm RSS' do
31
allow_any_instance_of(Podcast).to receive(:id).and_return(
32
[
0 commit comments