mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
chore: Exclude e2e specs from RAT
This commit is contained in:
parent
b5a17a4baf
commit
742bb961a2
1 changed files with 1 additions and 0 deletions
1
pom.xml
1
pom.xml
|
|
@ -1013,6 +1013,7 @@
|
|||
<exclude>**/src/fonts/Source-Code-Pro*</exclude>
|
||||
<exclude>**/src/fonts/source-code-pro*</exclude>
|
||||
<exclude>**/src/**/**.test.js</exclude>
|
||||
<exclude>**/e2e/**/**.spec.js</exclude>
|
||||
|
||||
<!-- from SQLLine 1.0.2, see ZEPPELIN-2135 -->
|
||||
<exclude>**/src/main/java/org/apache/zeppelin/jdbc/SqlCompleter.java</exclude>
|
||||
|
|
|
|||
Loading…
Reference in a new issue