Skip to content

Commit

Permalink
fix(ios): cleanup tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Malinskiy committed Oct 24, 2023
1 parent a6e0957 commit 62299d0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@ class ConfigurationSerializationTest {

@ValueSource(
strings = arrayOf(
// "sample_1.yaml",
// "sample_1_rp.yaml",
// "sample_2.yaml",
// "sample_6.yaml",
// "sample_7.yaml",
// "sample_8.yaml",
// "sample_9.yaml",
// "sample_10.yaml",
// "sample_11.yaml",
// "android/sample_1.yaml",
// "android/sample_2.yaml",
// "android/sample_3.yaml",
// "android/sample_4.yaml",
// "android/sample_5.yaml",
"sample_1.yaml",
"sample_1_rp.yaml",
"sample_2.yaml",
"sample_6.yaml",
"sample_7.yaml",
"sample_8.yaml",
"sample_9.yaml",
"sample_10.yaml",
"sample_11.yaml",
"android/sample_1.yaml",
"android/sample_2.yaml",
"android/sample_3.yaml",
"android/sample_4.yaml",
"android/sample_5.yaml",
//should fail due to no xctestrun file
//"sample_5.yaml"
//"ios/sample_1.yaml",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import com.fasterxml.jackson.datatype.jsr310.JavaTimeModule
import com.fasterxml.jackson.module.kotlin.KotlinFeature
import com.fasterxml.jackson.module.kotlin.KotlinModule
import com.malinskiy.marathon.config.serialization.yaml.SerializeModule
import com.malinskiy.marathon.config.vendor.ios.TestParserConfiguration

class IosConfigurationFactoryTest {
private val mockMarathonFileDir = File(ConfigurationFactoryTest::class.java.getResource("/fixture/config/ios").file)
Expand Down

0 comments on commit 62299d0

Please sign in to comment.