Skip to content

Commit e6c9c1e

Browse files
authored
Disable crawler for WikiCspTest (#2393)
1 parent 5000e24 commit e6c9c1e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/org/labkey/test/tests/wiki/WikiCspTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package org.labkey.test.tests.wiki;
22

33
import org.jetbrains.annotations.Nullable;
4-
import org.junit.Assert;
54
import org.junit.BeforeClass;
65
import org.junit.Test;
76
import org.junit.experimental.categories.Category;
@@ -54,7 +53,7 @@ private void doSetup()
5453
}
5554

5655
@Override
57-
protected void checkLeaks()
56+
protected void checkLinks()
5857
{
5958
// No-op to avoid triggering the CSP violation during the crawl
6059
}

0 commit comments

Comments
 (0)