There was an error while loading. Please reload this page.
1 parent 14eb11b commit b5a6f9dCopy full SHA for b5a6f9d
1 file changed
feeds_integration_test.go
@@ -208,6 +208,7 @@ func TestFeedIntegrationSuite(t *testing.T) {
208
209
// Feed Group CRUD Operations
210
t.Run("Test33_FeedGroupCRUD", func(t *testing.T) {
211
+ //Flaky test due to eventual consistency in feed creation
212
test33FeedGroupCRUD(t, ctx, feedsClient)
213
})
214
0 commit comments