Skip to content

Commit

Permalink
Remove more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kpgalligan committed Aug 19, 2024
1 parent 1de6257 commit d288147
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ class SharedHashMapTest {
}

@Test
@Ignore
fun mtAddRemove() {
try {
println("mtAddRemove Start")
Expand Down Expand Up @@ -175,6 +176,7 @@ class SharedHashMapTest {
* Verify that bad hash generally works. Will be bad performance, but should function.
*/
@Test
@Ignore
fun badHash() {
val map = SharedHashMap<BadHashKey, MapData>()
val ops = ThreadOperations { }
Expand Down

0 comments on commit d288147

Please sign in to comment.