Skip to content

Commit 72153ee

Browse files
authored
dlp: make BQ & Datastore tests E2E (GoogleCloudPlatform#770)
1 parent 3843ba2 commit 72153ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dlp/dlp_snippets/inspect_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ func writeTestDatastoreFiles(t *testing.T, projectID string) {
215215
}
216216

217217
func TestInspectDatastore(t *testing.T) {
218-
testutil.SystemTest(t)
218+
testutil.EndToEndTest(t)
219219
writeTestDatastoreFiles(t, projectID)
220220
tests := []struct {
221221
kind string
@@ -294,7 +294,7 @@ func uploadBigQuery(ctx context.Context, d *bigquery.Dataset, schema bigquery.Sc
294294
}
295295

296296
func TestInspectBigquery(t *testing.T) {
297-
testutil.SystemTest(t)
297+
testutil.EndToEndTest(t)
298298
if err := createBigqueryTestFiles(projectID, bqDatasetID); err != nil {
299299
t.Fatalf("error creating test BigQuery files: %v", err)
300300
}

0 commit comments

Comments
 (0)