Skip to content

Commit a32b783

Browse files
committed
ci: temporarily disable memory integration tests
Comment out the memory test group from the integration testing matrix while the underlying issue is being resolved.
1 parent a77f13a commit a32b783

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/integration-testing.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,11 @@ jobs:
117117
timeout: 10
118118
extra-deps: ""
119119
ignore: ""
120-
- group: memory
121-
path: tests_integ/memory
122-
timeout: 20
123-
extra-deps: ""
124-
ignore: ""
120+
# - group: memory
121+
# path: tests_integ/memory
122+
# timeout: 20
123+
# extra-deps: ""
124+
# ignore: ""
125125
- group: evaluation
126126
path: tests_integ/evaluation
127127
timeout: 15

0 commit comments

Comments
 (0)