Skip to content

Commit

Permalink
flag for namedoptions test
Browse files Browse the repository at this point in the history
  • Loading branch information
Yun-Ting committed Dec 9, 2023
1 parent c828fcc commit 6c4d67b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ public void ResolutionOrderTest(bool requestLoggerProviderDirectly)
}
}

#if EXPOSE_EXPERIMENTAL_FEATURES
[Fact]
public void AddOtlpExporterWithNamedOptions()
{
Expand All @@ -76,6 +77,7 @@ public void AddOtlpExporterWithNamedOptions()
Assert.Equal(2, defaultExporterOptionsConfigureOptionsInvocations);
Assert.Equal(4, namedExporterOptionsConfigureOptionsInvocations);
}
#endif

[Fact]
public void UserHttpFactoryCalledWhenUsingHttpProtobuf()
Expand Down

0 comments on commit 6c4d67b

Please sign in to comment.