Parallelize more slow running tests

This commit is contained in:
Ian Fijolek
2023-10-12 15:37:27 -07:00
parent 92c1a6a874
commit 9826638a26
2 changed files with 4 additions and 0 deletions

View File

@@ -308,6 +308,7 @@ func TestManifestVariant(t *testing.T) {
}
func TestManifestTaggedDigest(t *testing.T) {
t.Parallel()
rc, err := New(Options{
CompareDigest: true,
ImageOs: "linux",
@@ -340,6 +341,7 @@ func TestManifestTaggedDigest(t *testing.T) {
}
func TestManifestTaggedDigestUnknownTag(t *testing.T) {
t.Parallel()
rc, err := New(Options{
CompareDigest: true,
ImageOs: "linux",

View File

@@ -28,6 +28,8 @@ func TestTags(t *testing.T) {
}
func TestTagsWithDigest(t *testing.T) {
t.Parallel()
assert.NotNil(t, rc)
image, err := ParseImage(ParseImageOptions{