Skip to content

Commit 4498739

Browse files
committed
Remove external website tests
These tests have been flaky, and in general it was probably unwise to try to rely on an external site like this. I was unable to determine exactly why the test is failing. The page loads, and then puppeteer throws an error. I don't know if it is really feasible to bring these back in some form. It's probably more effort than it is worth. Closes #2765
1 parent 29ae40c commit 4498739

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

tests/gui/redirect.goml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,6 @@ assert-window-property: ({"location": |DOC_PATH| + "prefix.html"})
2323
go-to: |DOC_PATH| + "rename-page-fragment-elsewhere.html#orig"
2424
assert-window-property: ({"location": |DOC_PATH| + "suffix.html#new"})
2525

26-
// Goes to an external site.
27-
go-to: |DOC_PATH| + "full-url-with-fragment.html"
28-
assert-window-property: ({"location": "https://www.rust-lang.org/#fragment"})
29-
30-
// External site with fragment renames.
31-
go-to: |DOC_PATH| + "full-url-with-fragment-map.html#a"
32-
assert-window-property: ({"location": "https://www.rust-lang.org/#new1"})
33-
go-to: |DOC_PATH| + "full-url-with-fragment-map.html#b"
34-
assert-window-property: ({"location": "https://www.rust-lang.org/#new2"})
35-
3626
// Rename fragment on an existing page.
3727
go-to: |DOC_PATH| + "prefix.html#orig"
3828
assert-window-property: ({"location": |DOC_PATH| + "prefix.html#new"})

0 commit comments

Comments
 (0)