#14 Exclude any prefixed java-specific tests
Opened 4 months ago by mkoncek. Modified just now
rpms/ mkoncek/javapackages-tools rawhide  into  rawhide

@@ -0,0 +1,2 @@ 

+ exclude-tests-matching:

+   - "/java/.*"

file modified
+1 -3
@@ -2,9 +2,7 @@ 

  discover:

    how: fmf

    url: https://src.fedoraproject.org/tests/javapackages

-   ref: f37

-   exclude:

-     - /java_specific/

+   ref: f40

  prepare:

    how: install

    exclude:

no initial comment

Firstly, there is yaml syntax error, try to validate the file with yamllint.
Secondly, "exclude" should contain a regular expression, which must not start with a star.

rebased onto a1b37ea

2 months ago

rebased onto 66c683a

a month ago

rebased onto c95f4c3

a month ago

rebased onto a0eaefe

a day ago

rebased onto 3dbc9ca

just now