Fix excludes so screenshot tests are only run once
This commit is contained in:
parent
6e55f2d777
commit
31423557ab
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ allprojects {
|
|||
maxHeapSize = "1g"
|
||||
} else {
|
||||
// Disable screenshot tests by default
|
||||
exclude("**/ScreenshotTest*")
|
||||
exclude("ui/S.class")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue