Skip to content

Commit af85cb5

Browse files
Limit test for debugging
1 parent 198c2b8 commit af85cb5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci-dgraph-systest-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ jobs:
6767
# move the binary
6868
cp dgraph/dgraph ~/go/bin/dgraph
6969
# run the unit and systests
70-
cd t; ./t --suite=systest
70+
# cd t; ./t --suite=systest
71+
cd t; ./t --test=TestBackupHAClust
7172
# clean up docker containers after test execution
7273
./t -r
7374
# sleep

0 commit comments

Comments
 (0)