Skip to content

Commit 1f7f92d

Browse files
committed
Links test should not rewrite links to remove all instances of the word 'extension' :)
1 parent 94c4f55 commit 1f7f92d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

test-integration/links.test.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,6 @@ describe("site links", () => {
5656
// This is correct in 2.14.2, but not in 3.0.0.Alpha
5757
"https://quarkus.io/guides/security-jpa",
5858
"https://quarkiverse.github.io/quarkiverse-docs/jpastreamer/dev/", // https://github.com/quarkiverse/quarkus-jpastreamer/pull/21
59-
// TODO temporary bypass to get a build through, to resolve even worse dead links. Oddly, this URL does not seem to be in what the registry gives us
60-
"https://quarkiverse.github.io/quarkiverse-docs/quarkus-config-/dev/consul.html",
61-
"http://localhost:9000/org.apache.myfaces.core..quarkus/myfaces-quarkus",
62-
// TODO where is that even coming from?!
6359
]
6460

6561
// Go ahead and start the scan! As events occur, we will see them above.
@@ -72,10 +68,6 @@ describe("site links", () => {
7268
pattern: config.siteUrl,
7369
replacement: "http://localhost:9000",
7470
},
75-
{
76-
pattern: config.pathPrefix,
77-
replacement: "",
78-
},
7971
],
8072
concurrency: 100, // The twitter URLs seem to work better with a high concurrency, counter-intuitively
8173
timeout: 30 * 1000,

0 commit comments

Comments
 (0)