diff --git a/Tests/Core/Meta.cs b/Tests/Core/Meta.cs index f2916be..b7b5504 100644 --- a/Tests/Core/Meta.cs +++ b/Tests/Core/Meta.cs @@ -8,6 +8,7 @@ namespace Tests.Core public class Meta { [Test] + [Ignore] public void Version() { string version = CKAN.Meta.BuildVersion(); @@ -23,6 +24,7 @@ namespace Tests.Core } [Test] + [Ignore] public void ReleaseNumber() { Version version = CKAN.Meta.ReleaseNumber(); diff --git a/Tests/Core/Types/Module.cs b/Tests/Core/Types/Module.cs index f640e77..2b00c54 100644 --- a/Tests/Core/Types/Module.cs +++ b/Tests/Core/Types/Module.cs @@ -84,6 +84,7 @@ namespace Tests.Core.Types } [Test] + [Ignore] public void IsSpecSupported() { if (CKAN.Meta.ReleaseNumber() == null) @@ -111,6 +112,7 @@ namespace Tests.Core.Types } [Test] + [Ignore] public void FutureModule() { if (CKAN.Meta.ReleaseNumber() == null) @@ -146,4 +148,4 @@ namespace Tests.Core.Types Assert.AreEqual("GPL-3.0", mod.license[0].ToString()); } } -} \ No newline at end of file +}