Skip to content

Commit ff02508

Browse files
authored
Fix build break from conditional property reference (Azure#16593)
1 parent 6fcd6d7 commit ff02508

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sdk/search/Azure.Search.Documents/tests/SearchIndexClientTests.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -450,8 +450,6 @@ public async Task SetScoringProfile()
450450
{
451451
// Testing: https://github.com/Azure/azure-sdk-for-net/issues/16570
452452

453-
SaveDebugRecordingsOnFailure = true;
454-
455453
await using SearchResources resources = SearchResources.CreateWithNoIndexes(this);
456454

457455
string indexName = Recording.Random.GetName();

0 commit comments

Comments
 (0)