Skip to content

Commit

Permalink
fixes 806
Browse files Browse the repository at this point in the history
  • Loading branch information
Mai Le committed Mar 3, 2021
1 parent 5e2a029 commit 86dbe94
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ actual class RemoveRunnerFromAtriumErrorImpl : FilterAtriumErrorAdjuster(), Remo
!it.className.startsWith("org.junit") &&
!it.className.startsWith("org.jetbrains.spek") &&
!it.className.startsWith("org.spekframework.spek2") &&
!it.className.startsWith("io.kotest") &&
!it.className.startsWith("io.kotlintest")
}
}

0 comments on commit 86dbe94

Please sign in to comment.