Skip to content

Commit 333c5c7

Browse files
committed
1 parent 7135b7b commit 333c5c7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spanner/api/Spanner.Samples.Tests/CreateBackupWithEncryptionKeyAsyncTest.cs

+1-2
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,9 @@ public CreateBackupWithEncryptionKeyAsyncTest(SpannerFixture fixture)
2929
_fixture = fixture;
3030
}
3131

32-
[SkippableFact]
32+
[Fact]
3333
public async Task TestCreatBackupWithEncryptionKeyAsync()
3434
{
35-
Skip.If(!_fixture.RunCmekBackupSampleTests, SpannerFixture.SkipCmekBackupSamplesMessage);
3635
// Create a backup with a custom encryption key.
3736
var sample = new CreateBackupWithEncryptionKeyAsyncSample();
3837
var backup = await sample.CreateBackupWithEncryptionKeyAsync(_fixture.ProjectId, _fixture.InstanceId, _fixture.FixedEncryptedDatabaseId, _fixture.EncryptedBackupId, _fixture.KmsKeyName);

0 commit comments

Comments
 (0)