We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63e1b6d commit 6a69357Copy full SHA for 6a69357
kms_signer_integration_test.go
@@ -27,10 +27,6 @@ func getTestKeyConfig(t *testing.T) TestKeyConfig {
27
}
28
29
func TestKMSSignerIntegration(t *testing.T) {
30
- if testing.Short() {
31
- t.Skip("Skipping integration test in short mode")
32
- }
33
-
34
config := getTestKeyConfig(t)
35
ctx := context.Background()
36
@@ -78,10 +74,6 @@ func TestKMSSignerIntegration(t *testing.T) {
78
74
79
75
80
76
func TestKMSSignerIntegrationRetry(t *testing.T) {
81
82
83
84
85
77
86
87
0 commit comments