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 22bad12 commit ef68798Copy full SHA for ef68798
curation-api/src/test/java/eu/clarin/cmdi/curation/api/CollectionTest.java
@@ -15,7 +15,6 @@
15
import org.springframework.boot.test.context.SpringBootTest;
16
import org.springframework.context.annotation.Import;
17
18
-import javax.annotation.concurrent.NotThreadSafe;
19
import java.io.IOException;
20
import java.io.InputStream;
21
import java.io.RandomAccessFile;
@@ -32,7 +31,6 @@
32
31
@SpringBootTest
33
@Import(TestConfig.class)
34
@TestInstance(Lifecycle.PER_CLASS)
35
-@NotThreadSafe
36
@Slf4j
37
public class CollectionTest {
38
@@ -263,8 +261,8 @@ void facets() {
263
261
264
262
}
265
266
-
267
- @Test
+
+// @Test
268
void linkchecking() {
269
270
assertEquals(300, collectionReport.linkcheckerReport.totNumOfLinks);
0 commit comments