Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorShinya Maeda <shinya@gitlab.com>2018-09-04 15:09:24 +0300
committerKamil TrzciƄski <ayufan@ayufan.eu>2018-09-04 15:09:24 +0300
commitc41492dd40c2b7bda9ada002938d1cbb86905948 (patch)
treec946f15daaeb4de3a2e5da127cecc7d648b03ad3 /doc
parentf7c1a5e1ed7003f9c35e9f81b94789562f968f57 (diff)
Fix bugs/edge cases of JUnitParser
Diffstat (limited to 'doc')
-rw-r--r--doc/ci/junit_test_reports.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/ci/junit_test_reports.md b/doc/ci/junit_test_reports.md
index 6717dd2dad1..cf22450914c 100644
--- a/doc/ci/junit_test_reports.md
+++ b/doc/ci/junit_test_reports.md
@@ -139,3 +139,11 @@ java:
- target/surefire-reports/TEST-*.xml
- target/failsafe-reports/TEST-*.xml
```
+
+## Limitations
+
+Currently, the following tools might not work because their XML formats are unsupported in GitLab.
+
+|Case|Tool|Issue|
+|---|---|---|
+|`<testcase>` does not have `classname` attribute|ESlint, sass-lint|https://gitlab.com/gitlab-org/gitlab-ce/issues/50964|