Skip to content

Commit 0246375

Browse files
committed
Revert most of the changes that are done only to get integration csc tests.
And disabled those not-working csc tests.
1 parent c54228e commit 0246375

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/binding-integrated-Tests/SampleTest.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ public void VerifyClassParse ()
9494
}
9595

9696
[Test]
97+
[Ignore ("This won't run until we get a working partial Object.cs that exist only in xamarin-android.")]
9798
public void VerifyApiXmlAdjuster ()
9899
{
99100
var project = new BindingProject { Id = nameof (VerifyApiXmlAdjuster) };
@@ -114,6 +115,7 @@ public void VerifyApiXmlAdjuster ()
114115
}
115116

116117
[Test]
118+
[Ignore ("This won't run until we get a working partial Object.cs that exist only in xamarin-android.")]
117119
public void VerifyGenerator ()
118120
{
119121
var project = new BindingProject { Id = nameof (VerifyGenerator) };

0 commit comments

Comments
 (0)