Skip to content

Commit 0710c46

Browse files
committed
skip Sui test, TODO, fix flaky client
1 parent 3780474 commit 0710c46

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/framework-golden-tests.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,11 @@ jobs:
2626
config: smoke_limited_resources.toml
2727
count: 1
2828
timeout: 10m
29-
- name: TestSuiSmoke
30-
config: smoke_sui.toml
31-
count: 1
32-
timeout: 10m
29+
# Sui client starts to flake and do not respond to healthcheck properly, need to be fixed
30+
# - name: TestSuiSmoke
31+
# config: smoke_sui.toml
32+
# count: 1
33+
# timeout: 10m
3334
- name: TestAptosSmoke
3435
config: smoke_aptos.toml
3536
count: 1

0 commit comments

Comments
 (0)