We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e652ca1 commit ed7bb16Copy full SHA for ed7bb16
app/src/test/java/to/bitkit/data/backup/VssBackupClientIntegrationTest.kt
@@ -8,6 +8,7 @@ import io.ktor.client.plugins.logging.Logger
8
import io.ktor.client.plugins.logging.Logging
9
import org.junit.After
10
import org.junit.Before
11
+import org.junit.Ignore
12
import org.junit.Test
13
import org.mockito.kotlin.doReturn
14
import org.mockito.kotlin.mock
@@ -17,6 +18,7 @@ import kotlin.test.assertEquals
17
18
import kotlin.test.assertNotNull
19
import kotlin.test.assertTrue
20
21
+@Ignore("Integration test - use during dev only")
22
class VssBackupClientIntegrationTest : BaseUnitTest() {
23
24
private lateinit var httpClient: HttpClient
0 commit comments