Skip to content

Commit 1163863

Browse files
Skip this test
The other tests which use Graph API are disabled because of existing problem with Graph authentication. I succeed to execute this test locally, but in error logs I saw this error: Unable to find a matching HTTP request for URL 'POST /72f988bf-86f1-41af-91ab-2d7cd011db47/getObjectsByObjectIds?' Here is the request from recorded json file 'POST /0c1edf5d-e5c5-4aca-ab69-ef194134f44b/getObjectsByObjectIds?api-version=1.6'. As you could see, the tenantId is different.
1 parent e910ebc commit 1163863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Sql/Sql.Test/ScenarioTests/ManagedInstanceActiveDirectoryAdministratorTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ protected override void SetupManagementClients(RestTestFramework.MockContext con
3535
Helper.SetupSomeOfManagementClients(newResourcesClient,sqlClient, networkClient, graphClient);
3636
}
3737

38-
[Fact]
38+
[Fact(Skip = "Graph authentication blocks test passes")]
3939
[Trait(Category.AcceptanceType, Category.CheckIn)]
4040
public void TestManagedInstanceActiveDirectoryAdministrator()
4141
{

0 commit comments

Comments
 (0)