Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line numberDiff line numberDiff line change
Expand Up@@ -163,7 +163,6 @@ def test_get_inspect_template(self):
delayed_outside = lambda: client.get_inspect_template(name_outside)
TestSystemDlpService._do_test(delayed_inside, delayed_outside)

@pytest.mark.skip(reason="List tests are currently not supported")
@pytest.mark.skipif(
not IS_INSIDE_VPCSC,
reason="This test requires a VPCSC and setting GOOGLE_CLOUD_TESTS_IN_VPCSC",
Expand DownExpand Up@@ -244,7 +243,6 @@ def test_get_deidentify_template(self):
delayed_outside = lambda: client.get_deidentify_template(name_outside)
TestSystemDlpService._do_test(delayed_inside, delayed_outside)

@pytest.mark.skip(reason="List tests are currently not supported")
@pytest.mark.skipif(
not IS_INSIDE_VPCSC,
reason="This test requires a VPCSC and setting GOOGLE_CLOUD_TESTS_IN_VPCSC",
Expand DownExpand Up@@ -293,7 +291,6 @@ def test_create_dlp_job(self):
delayed_outside = lambda: client.create_dlp_job(name_outside)
TestSystemDlpService._do_test(delayed_inside, delayed_outside)

@pytest.mark.skip(reason="List tests are currently not supported")
@pytest.mark.skipif(
not IS_INSIDE_VPCSC,
reason="This test requires a VPCSC and setting GOOGLE_CLOUD_TESTS_IN_VPCSC",
Expand DownExpand Up@@ -358,7 +355,6 @@ def test_cancel_dlp_job(self):
delayed_outside = lambda: client.cancel_dlp_job(name_outside)
TestSystemDlpService._do_test(delayed_inside, delayed_outside)

@pytest.mark.skip(reason="List tests are currently not supported")
@pytest.mark.skipif(
not IS_INSIDE_VPCSC,
reason="This test requires a VPCSC and setting GOOGLE_CLOUD_TESTS_IN_VPCSC",
Expand DownExpand Up@@ -487,7 +483,6 @@ def test_get_stored_info_type(self):
delayed_outside = lambda: client.get_stored_info_type(name_outside)
TestSystemDlpService._do_test(delayed_inside, delayed_outside)

@pytest.mark.skip(reason="List tests are currently not supported")
@pytest.mark.skipif(
not IS_INSIDE_VPCSC,
reason="This test requires a VPCSC and setting GOOGLE_CLOUD_TESTS_IN_VPCSC",
Expand Down