Skip to content

Commit 0fe3b23

Browse files
Limit test for debugging
1 parent 71871f9 commit 0fe3b23

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.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)