Skip to content

Commit 6a69357

Browse files
authored
Remove short mode skip in tests
1 parent 63e1b6d commit 6a69357

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

kms_signer_integration_test.go

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ func getTestKeyConfig(t *testing.T) TestKeyConfig {
2727
}
2828

2929
func TestKMSSignerIntegration(t *testing.T) {
30-
if testing.Short() {
31-
t.Skip("Skipping integration test in short mode")
32-
}
33-
3430
config := getTestKeyConfig(t)
3531
ctx := context.Background()
3632

@@ -78,10 +74,6 @@ func TestKMSSignerIntegration(t *testing.T) {
7874
}
7975

8076
func TestKMSSignerIntegrationRetry(t *testing.T) {
81-
if testing.Short() {
82-
t.Skip("Skipping integration test in short mode")
83-
}
84-
8577
config := getTestKeyConfig(t)
8678
ctx := context.Background()
8779

0 commit comments

Comments
 (0)