File tree 3 files changed +7
-7
lines changed
Tests/PackageSigningTests
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ struct SigningEntityTests {
70
70
}
71
71
72
72
@Test (
73
- . enableOnlyOnMacOS ,
73
+ . enabledOn ( platform : . MacOS ) ,
74
74
. enableIfRealSigningIdentityTestEnabled,
75
75
. enableIfEnvVarSet( " REAL_SIGNING_IDENTITY_LABEL " )
76
76
)
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ struct SigningIdentityTests {
82
82
}
83
83
84
84
@Test (
85
- . enableOnlyOnMacOS ,
85
+ . enabledOn ( platform : . MacOS ) ,
86
86
. enableIfRealSigningIdentityTestEnabled,
87
87
. enableIfEnvVarSet( " REAL_SIGNING_IDENTITY_LABEL " )
88
88
)
Original file line number Diff line number Diff line change @@ -735,7 +735,7 @@ struct SigningTests {
735
735
736
736
737
737
@Test (
738
- . enableOnlyOnMacOS ,
738
+ . enabledOn ( platform : . MacOS ) ,
739
739
. enableIfRealSigningIdentityTestEnabled,
740
740
. enableIfEnvVarSet( " REAL_SIGNING_IDENTITY_LABEL " )
741
741
)
@@ -793,7 +793,7 @@ struct SigningTests {
793
793
}
794
794
795
795
@Test (
796
- . enableOnlyOnMacOS ,
796
+ . enabledOn ( platform : . MacOS ) ,
797
797
. enableIfRealSigningIdentityTestEnabled,
798
798
. enableIfEnvVarSet( " REAL_SIGNING_IDENTITY_LABEL " )
799
799
)
@@ -849,9 +849,9 @@ struct SigningTests {
849
849
}
850
850
851
851
@Test (
852
- . enableOnlyOnMacOS ,
853
- . enableIfRealSigningIdentityTestEnabled,
854
- . enableIfEnvVarSet( " REAL_SIGNING_IDENTITY_LABEL " )
852
+ . enabledOn ( platform : . MacOS ) ,
853
+ . enableIfRealSigningIdentityTestEnabled,
854
+ . enableIfEnvVarSet( " REAL_SIGNING_IDENTITY_LABEL " )
855
855
)
856
856
func MSEndToEndWithRSAKeyADPSigningIdentityFromKeychain( ) async throws {
857
857
let label = try #require(
You can’t perform that action at this time.
0 commit comments