Skip to content

Commit

Permalink
disable (broken) smoke test for /ncov/global
Browse files Browse the repository at this point in the history
Smoke testing works as intended when running locally, however it
is currently broken on GitHub Actions which causes confusion.
#1215 has been created
to fix this.
  • Loading branch information
jameshadfield committed Jan 6, 2021
1 parent cefefb9 commit 6af08dd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/smoke-test/urls.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# First token represents the path to access, remaining tokens are a
# comma separated list of text assertions (text we expect to find in the
# rendered page):
/ncov/global, novel coronavirus, Phylogeny, Diversity, Filter by Location

# Following smoke test passed locally, but failed stochastically on GitHub Actions
#/ncov/global, novel coronavirus, Phylogeny, Diversity, Filter by Location

/zika, Zika virus evolution, rectangular
/zika?c=region&l=clock&legend=open&m=div&r=region, Zika virus evolution, rectangular
Expand Down

0 comments on commit 6af08dd

Please sign in to comment.