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
// JSON E2E Tests. Skipped because of https://github.com/microsoft/winget-cli/issues/5336
58
-
[TestCase(TestConstants.JsonConstants.TestExePackageIdentifier,TestConstants.JsonConstants.TestExeManifest,TestConstants.TestExeInstaller,TestConstants.JsonManifestFormat,Ignore="Fails WinGetUtil.WinGetValidateManifest in schema version 1.10.0+")]
59
-
[TestCase(TestConstants.JsonConstants.TestMsiPackageIdentifier,TestConstants.JsonConstants.TestMsiManifest,TestConstants.TestMsiInstaller,TestConstants.JsonManifestFormat,Ignore="Fails WinGetUtil.WinGetValidateManifest in schema version 1.10.0+")]
60
-
[TestCase(TestConstants.JsonConstants.TestMultifileMsixPackageIdentifier,TestConstants.JsonConstants.TestMultifileMsixManifestDir,TestConstants.TestMsixInstaller,TestConstants.JsonManifestFormat,Ignore="Fails WinGetUtil.WinGetValidateManifest in schema version 1.10.0+")]
61
-
[TestCase(TestConstants.JsonConstants.TestPortablePackageIdentifier,TestConstants.JsonConstants.TestPortableManifest,TestConstants.TestExeInstaller,TestConstants.JsonManifestFormat,Ignore="Fails WinGetUtil.WinGetValidateManifest in schema version 1.10.0+")]
62
-
[TestCase(TestConstants.JsonConstants.TestZipPackageIdentifier,TestConstants.JsonConstants.TestZipManifest,TestConstants.TestZipInstaller,TestConstants.JsonManifestFormat,Ignore="Fails WinGetUtil.WinGetValidateManifest in schema version 1.10.0+")]
Assert.That(output,Does.Contain(string.Format(Resources.ManifestValidationSucceeded_Message,true)),"Manifest validation success message should be shown");
137
+
}
138
+
else
139
+
{
140
+
Assert.That(output,Does.Contain(Resources.SkippingManifestValidation_Message),"Skipping manifest validation message should be shown");
0 commit comments