Skip to content

Commit

Permalink
Merge pull request #1238 from quarkiverse/disable-ttest
Browse files Browse the repository at this point in the history
Disable RAGWithMetadataFilterTest as it's very flaky
  • Loading branch information
geoand authored Jan 24, 2025
2 parents 9ffd21c + 53e412a commit 6bfc9b1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
import org.acme.example.AiWithUserFilterService;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.mockito.Mockito;
import org.mockito.stubbing.Answer;
Expand All @@ -21,6 +22,7 @@
import io.quarkus.test.junit.QuarkusTest;

@QuarkusTest
@Disabled("flaky test")
public class RAGWithMetadataFilterTest {

@Inject
Expand Down

0 comments on commit 6bfc9b1

Please sign in to comment.