Skip to content
Snippets Groups Projects
Verified Commit 5066769e authored by Ewoud Ruighaver's avatar Ewoud Ruighaver :octopus:
Browse files

Checkstyle can suck it

parent 5935065f
No related branches found
No related tags found
2 merge requests!122AuTA 2.0 master merge,!97Disable language autodetection test
Pipeline #187956 passed
...@@ -74,8 +74,11 @@ public class JobSplitterTest { ...@@ -74,8 +74,11 @@ public class JobSplitterTest {
assertThrows(BadJobException.class, () -> this.splitter.split(message)); assertThrows(BadJobException.class, () -> this.splitter.split(message));
} }
/**
* Since installing github linguist on the CI is a pain, this test is disabled
*/
@Test @Test
@Disabled // Since installing github linguist on the CI is a pain, this test is disabled @Disabled
public void langDetectionTest() throws IOException { public void langDetectionTest() throws IOException {
// This test requires the autamatic language detection to function, // This test requires the autamatic language detection to function,
// which is probably not going to happen on windows. // which is probably not going to happen on windows.
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment