Skip to content

Commit 2a7cfdc

Browse files
committed
Return test
1 parent b47d3a1 commit 2a7cfdc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/Microsoft.OpenApi.Tests/Models/OpenApiDocumentTests.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -987,7 +987,8 @@ public OpenApiDocumentTests(ITestOutputHelper output)
987987
}
988988

989989
[Theory]
990-
[InlineData(true)]
990+
//[InlineData(true)]
991+
[InlineData(false)]
991992
public async Task SerializeAdvancedDocumentAsV3JsonWorks(bool produceTerseOutput)
992993
{
993994
// Arrange

0 commit comments

Comments
 (0)