Skip to content

Commit

Permalink
Checking if remvoing the 2nd test case solves the timeout to confirm
Browse files Browse the repository at this point in the history
  • Loading branch information
Rd4dev committed Jun 29, 2024
1 parent f5663d7 commit bab336e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ class RunCoverageTest {
assertThat(outputReport.exists()).isTrue()
}*/

@Test
/*@Test
fun testRunCoverage_ignoreCaseHTMLArgument_returnsCoverageData() {
testBazelWorkspace.initEmptyWorkspace()
Expand Down Expand Up @@ -187,7 +187,7 @@ class RunCoverageTest {
)
assertThat(outputReport.exists()).isTrue()
}
}*/

@Test
fun testRunCoverage_reorderedArguments_returnsCoverageData() {
Expand Down

0 comments on commit bab336e

Please sign in to comment.