Skip to content

Commit

Permalink
docs: skip testing temporarily (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
irataxy authored Apr 13, 2023
1 parent b42c1ea commit ee6d26a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
updated_akamai_key = updated_cloud_cdn_private_key


@pytest.mark.skip()
def test_cdn_key_operations(capsys: pytest.fixture) -> None:

utils.delete_stale_cdn_keys(project_id, location)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
slate_uri = f"https://storage.googleapis.com/{input_bucket_name}{slate_video_file_name}"


@pytest.mark.skip()
def test_live_session_operations(capsys: pytest.fixture) -> None:

# Test setup
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
)


@pytest.mark.skip()
def test_slate_operations(capsys: pytest.fixture) -> None:

utils.delete_stale_slates(project_id, location)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
ad_tag_uri = "https://pubads.g.doubleclick.net/gampad/ads?iu=/21775744923/external/vmap_ad_samples&sz=640x480&cust_params=sample_ar%3Dpreonly&ciu_szs=300x250%2C728x90&gdfp_req=1&ad_rule=1&output=vmap&unviewed_position_start=1&env=vp&impl=s&correlator="


@pytest.mark.skip()
def test_vod_session_operations(capsys: pytest.fixture) -> None:

create_vod_session.create_vod_session(project_id, location, vod_uri, ad_tag_uri)
Expand Down

0 comments on commit ee6d26a

Please sign in to comment.