Skip to content

Commit f28eb21

Browse files
author
Sergey Chelombitko
committed
Cache ignored tests
1 parent d636061 commit f28eb21

File tree

1 file changed

+1
-1
lines changed
  • core/src/main/kotlin/com/malinskiy/marathon/execution

1 file changed

+1
-1
lines changed

core/src/main/kotlin/com/malinskiy/marathon/execution/TestResult.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ data class TestResult(
3030
}
3131

3232
val isCacheable: Boolean
33-
get() = !isFromCache && isSuccess
33+
get() = !isFromCache && (isSuccess || isIgnored)
3434

3535
val isTimeInfoAvailable: Boolean
3636
get() = startTime != 0L && endTime != 0L

0 commit comments

Comments
 (0)