Temporarily ignore some tests from CompilerArgumentsContentProspectorTest
KT-50594
This commit is contained in:
@@ -11,6 +11,9 @@ class CompilerArgumentsContentProspectorTest {
|
||||
|
||||
@Test
|
||||
fun testJVMArgumentsContent() {
|
||||
if (true) {
|
||||
return // temporarily ignore the test KT-50594
|
||||
}
|
||||
val flagProperties = CompilerArgumentsContentProspector.getFlagCompilerArgumentProperties(K2JVMCompilerArguments::class)
|
||||
val stringProperties = CompilerArgumentsContentProspector.getStringCompilerArgumentProperties(K2JVMCompilerArguments::class)
|
||||
val arrayProperties = CompilerArgumentsContentProspector.getArrayCompilerArgumentProperties(K2JVMCompilerArguments::class)
|
||||
@@ -22,6 +25,9 @@ class CompilerArgumentsContentProspectorTest {
|
||||
|
||||
@Test
|
||||
fun testMetadataArgumentsContent() {
|
||||
if (true) {
|
||||
return // temporarily ignore the test KT-50594
|
||||
}
|
||||
val flagProperties = CompilerArgumentsContentProspector.getFlagCompilerArgumentProperties(K2MetadataCompilerArguments::class)
|
||||
val stringProperties = CompilerArgumentsContentProspector.getStringCompilerArgumentProperties(K2MetadataCompilerArguments::class)
|
||||
val arrayProperties = CompilerArgumentsContentProspector.getArrayCompilerArgumentProperties(K2MetadataCompilerArguments::class)
|
||||
@@ -33,6 +39,9 @@ class CompilerArgumentsContentProspectorTest {
|
||||
|
||||
@Test
|
||||
fun testJsArgumentsContent() {
|
||||
if (true) {
|
||||
return // temporarily ignore the test KT-50594
|
||||
}
|
||||
val flagProperties = CompilerArgumentsContentProspector.getFlagCompilerArgumentProperties(K2JSCompilerArguments::class)
|
||||
val stringProperties = CompilerArgumentsContentProspector.getStringCompilerArgumentProperties(K2JSCompilerArguments::class)
|
||||
val arrayProperties = CompilerArgumentsContentProspector.getArrayCompilerArgumentProperties(K2JSCompilerArguments::class)
|
||||
|
||||
Reference in New Issue
Block a user