Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIP
Labrador
AuTA
Core
Commits
5066769e
Verified
Commit
5066769e
authored
Jun 6, 2019
by
Ewoud Ruighaver
Browse files
Options
Downloads
Patches
Plain Diff
Checkstyle can suck it
parent
5935065f
No related branches found
No related tags found
2 merge requests
!122
AuTA 2.0 master merge
,
!97
Disable language autodetection test
Pipeline
#187956
passed
Jun 6, 2019
Stage: build
Stage: test
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
worker/src/test/java/nl/tudelft/ewi/auta/worker/JobSplitterTest.java
+4
-1
4 additions, 1 deletion
...test/java/nl/tudelft/ewi/auta/worker/JobSplitterTest.java
with
4 additions
and
1 deletion
worker/src/test/java/nl/tudelft/ewi/auta/worker/JobSplitterTest.java
+
4
−
1
View file @
5066769e
...
@@ -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.
...
...
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment