Skip to content

Commit 3c827a4

Browse files
authored
[TST]: run test_cross_version_persist tests sequentially (#4264)
## Description of changes This test frequently flakes when parallelized.
1 parent 31b9604 commit 3c827a4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/_python-tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,11 @@ jobs:
2323
platform: [depot-ubuntu-24.04-8, depot-windows-2022-8]
2424
test-globs:
2525
- "--ignore-glob 'chromadb/test/property/*' --ignore-glob 'chromadb/test/stress/*' --ignore-glob 'chromadb/test/distributed/*'"
26-
- "chromadb/test/property"
26+
- "chromadb/test/property --ignore-glob chromadb/test/property/test_cross_version_persist.py"
27+
# TODO(@codetheweb): this test should be parallelized, but it frequently flakes in CI when parallelized. We have not been able to reproduce the failure locally. See https://github.com/chroma-core/chroma/issues/4263.
28+
- "chromadb/test/property/test_cross_version_persist.py"
2729
include:
28-
- test-globs: "chromadb/test/property"
30+
- test-globs: "chromadb/test/property --ignore-glob chromadb/test/property/test_cross_version_persist.py"
2931
parallelized: true
3032

3133
runs-on: ${{ matrix.platform }}

0 commit comments

Comments
 (0)