Skip to content

Commit

Permalink
Skipping pipeline tests for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkDuckworth committed Nov 13, 2024
1 parent b20afe6 commit 877bf3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/firestore/test/integration/api/pipeline.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ import { apiDescribe, withTestCollection } from '../util/helpers';
use(chaiAsPromised);
useFirestorePipelines();

apiDescribe('Pipelines', persistence => {
apiDescribe.skip('Pipelines', persistence => {
addEqualityMatcher();
let firestore: Firestore;
let randomCol: CollectionReference;
Expand Down

0 comments on commit 877bf3c

Please sign in to comment.