You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -208,6 +209,7 @@ class BypassedForcesWithResolutionRulesSpec extends IntegrationTestKitSpec {
208
209
assert results.output.contains("Remove or update this value for the affected project(s): sub1\n")
209
210
}
210
211
212
+
@Ignore("FIX Cannot query the value of task ':sub1:dependencyInsightForAll' property 'showingAllVariants' because it has no value available")
211
213
def'resolution strategy force not honored - multiproject with force in parent file and dependencies in subproject file'() {
212
214
def coreAlignment =true
213
215
@@ -806,6 +808,7 @@ test.nebula:a:1.2.0\n""")
806
808
assert results.output.contains("Remove or update this value for the affected project(s): sub1\n")
807
809
}
808
810
811
+
@Ignore("FIX Cannot query the value of task ':sub1:dependencyInsightForAll' property 'showingAllVariants' because it has no value available")
809
812
def'dependency constraint with strict version declaration not honored | multiproject with force in parent file and dependencies in subproject file'() {
0 commit comments