mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-06-17 04:10:47 -04:00
Re-enable DnsCacheTest as it miraculously works again
This commit is contained in:
@@ -9,7 +9,6 @@ import kotlin.test.assertNotNull
|
||||
import kotlin.test.assertNull
|
||||
import kotlin.test.assertTrue
|
||||
import org.fdroid.settings.SettingsManager
|
||||
import org.junit.Ignore
|
||||
import org.junit.Test
|
||||
import org.junit.runner.RunWith
|
||||
|
||||
@@ -82,7 +81,6 @@ class DnsCacheTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore("failing") // TODO
|
||||
fun preloadCacheTest() {
|
||||
// test setup
|
||||
settings.useDnsCache = true
|
||||
|
||||
Reference in New Issue
Block a user