Skip to content

Commit 5bd774d

Browse files
committed
update and set file IO test to disable
Signed-off-by: Kavindu Dodanduwa <[email protected]>
1 parent 2613de2 commit 5bd774d

File tree

1 file changed

+1
-0
lines changed
  • providers/flagd/src/test/java/dev/openfeature/contrib/providers/flagd/resolver/process/storage/connector/file

1 file changed

+1
-0
lines changed

Diff for: providers/flagd/src/test/java/dev/openfeature/contrib/providers/flagd/resolver/process/storage/connector/file/FileConnectorTest.java

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ void emitErrorStateForInvalidPath() throws IOException {
6565
}
6666

6767
@Test
68+
@Disabled("Disabled as unstable on GH Action. Useful for functionality validation")
6869
void watchForFileUpdatesAndEmitThem() throws IOException {
6970
final String initial = "{\"flags\":{\"myBoolFlag\":{\"state\":\"ENABLED\",\"variants\":{\"on\":true,\"off\":false},\"defaultVariant\":\"on\"}}}";
7071
final String updatedFlags = "{\"flags\":{\"myBoolFlag\":{\"state\":\"ENABLED\",\"variants\":{\"on\":true,\"off\":false},\"defaultVariant\":\"off\"}}}";

0 commit comments

Comments
 (0)