Re-enable DnsCacheTest as it miraculously works again

This commit is contained in:
Torsten Grote
2026-04-24 11:21:35 -03:00
parent b371da282c
commit f9bc9aca89
2 changed files with 9 additions and 7 deletions

View File

@@ -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