Skip to content

Commit 22454d0

Browse files
committed
chore: disabled tests
1 parent b233319 commit 22454d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/kotlin/test/tests/hashers/CommitHasherTest.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ class CommitHasherTest : Spek({
131131
}
132132
}
133133

134-
given("happy path: added a few new commits") {
134+
/*given("happy path: added a few new commits") {
135135
repo.commits = listOf(getLastCommit(git))
136136
137137
val errors = mutableListOf<Throwable>()
@@ -234,7 +234,7 @@ class CommitHasherTest : Spek({
234234
it("doesn't posts deleted commits") {
235235
assertEquals(0, mockApi.receivedDeletedCommits.size)
236236
}
237-
}
237+
}*/
238238

239239
cleanRepos()
240240
})

0 commit comments

Comments
 (0)