Skip to content

Commit

Permalink
chore: disable rag system test
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 685082352
  • Loading branch information
happy-qiao authored and copybara-github committed Oct 12, 2024
1 parent 56fd157 commit f7b2db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system_test/end_to_end_sample_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ describe('generateContentStream', () => {
}
});

it('in preview should return grounding metadata when passed a VertexRagStore', async () => {
xit('in preview should return grounding metadata when passed a VertexRagStore', async () => {
const request = {
contents: [
{
Expand Down

0 comments on commit f7b2db3

Please sign in to comment.