Ignore the test for the old hostcache

reproducible
Zlatin Balevsky 2021-03-12 03:51:09 +00:00
parent dbc4731358
commit 2dbcf5c8b8
No known key found for this signature in database
GPG Key ID: A72832072D525E41
1 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@ package com.muwire.core.hostcache
import org.junit.After
import org.junit.Before
import org.junit.Ignore
import org.junit.Test
import com.muwire.core.Destinations
@ -19,7 +20,7 @@ import groovy.mock.interceptor.StubFor
import net.i2p.data.Destination
import java.util.function.Predicate
@Ignore("Tests a class that is not being used")
class HostCacheTest {
def filter = {true} as Predicate