Skip to content

Commit

Permalink
mgmt mediaservices, disable live test due to resource expiration (#41998
Browse files Browse the repository at this point in the history
)

* mgmt, mediaservices, fix live test

* disable live test due to resource expire
  • Loading branch information
weidongxu-microsoft authored Sep 24, 2024
1 parent c1f7fd9 commit e3366f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
import com.azure.resourcemanager.storage.StorageManager;
import com.azure.resourcemanager.storage.models.StorageAccount;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;

import java.util.Collections;
Expand All @@ -42,6 +43,7 @@ public class MediaServicesTests extends TestBase {

private String resourceGroup = "rg" + randomPadding();

@Disabled("resource in jobHttpBaseUri/jobFile is expired, didn't find a replacement")
@Test
@LiveOnly
public void mediaServicesTest() {
Expand Down
1 change: 1 addition & 0 deletions sdk/mediaservices/tests.mgmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ extends:
groupId: com.azure.resourcemanager
safeName: azureresourcemanagermediaservices
Clouds: 'Public'
UseFederatedAuth: true
# Only run tests on Windows to save cost.
MatrixFilters:
- pool=.*(win).*

0 comments on commit e3366f7

Please sign in to comment.