Skip to content
Closed
Show file tree
Hide file tree
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 number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Thu, 02 Apr 2020 07:51:47 GMT
- Sun, 05 Apr 2020 08:02:06 GMT
expires:
- '-1'
pragma:
Expand Down Expand Up @@ -108,7 +108,7 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Thu, 02 Apr 2020 07:51:47 GMT
- Sun, 05 Apr 2020 08:02:06 GMT
expires:
- '-1'
pragma:
Expand Down Expand Up @@ -150,7 +150,7 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Thu, 02 Apr 2020 07:51:48 GMT
- Sun, 05 Apr 2020 08:02:07 GMT
expires:
- '-1'
pragma:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Thu, 02 Apr 2020 07:51:50 GMT
- Sun, 05 Apr 2020 08:02:09 GMT
expires:
- '-1'
pragma:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
#--------------------------------------------------------------------------
import unittest

raise unittest.SkipTest("Skip since recording test failed in CI pipeline")

import azure.mgmt.resource.subscriptions.models
from devtools_testutils import AzureMgmtTestCase

Expand Down