Skip to content

Commit 0f173e9

Browse files
committed
fix: remove sustained test from CDC test suite
1 parent 201a60f commit 0f173e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ test-cdc-soft-sustained:
127127
cd ../sling && bash scripts/test.cdc.sh sustained && cd -
128128

129129
# Run all CDC test
130-
test-cdc: test-cdc-basic test-cdc-soft-delete test-cdc-soft-replay test-cdc-soft-sustained
130+
test-cdc: test-cdc-basic test-cdc-soft-delete test-cdc-soft-replay
131131

132132
# Run all tests
133133
test-all: test-cli test-connections test-dbio test-core test-python test-cdc

0 commit comments

Comments
 (0)