Skip to content

Commit 9f0acff

Browse files
authored
test: skip failing test for configuration ignoring based on etag and last-modified (#507)
Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com>
1 parent 57b3beb commit 9f0acff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/OpenFeature.Providers.GOFeatureFlag.Test/GoFeatureFlagProviderTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ public async Task ShouldErrorIfFlagConfigurationEndpointReturnA401()
477477
Assert.True(handlerCalled);
478478
}
479479

480-
[Fact(DisplayName = "Should ignore configuration if etag is different by last-modified is older")]
480+
[Fact(DisplayName = "Should ignore configuration if etag is different by last-modified is older", Skip = "This test is failing. See https://github.com/open-feature/dotnet-sdk-contrib/issues/506")]
481481
public async Task ShouldIgnoreConfigurationIfEtagIsDifferentByLastModifiedIsOlder()
482482
{
483483
var mockHttp = new RelayProxyMock();

0 commit comments

Comments
 (0)