We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4bf8e73 + de24cae commit 2b17d12Copy full SHA for 2b17d12
.github/workflows/actions.yml
@@ -38,9 +38,10 @@ jobs:
38
TEST_ARRAY=("${TEST_ARRAY[@]/pod_network_latency/}")
39
TEST_ARRAY=("${TEST_ARRAY[@]/zombie/}")
40
TEST_ARRAY=("${TEST_ARRAY[@]/oran/}")
41
- # Skip both 5g and core tags because they are flaky
+ # Skip 5g, core, shared_database2 tags because they are flaky
42
TEST_ARRAY=("${TEST_ARRAY[@]/5g/}")
43
TEST_ARRAY=("${TEST_ARRAY[@]/core/}")
44
+ TEST_ARRAY=("${TEST_ARRAY[@]/shared_database2/}")
45
TEST_LIST=$(for i in ${TEST_ARRAY[@]}
46
do
47
echo "{\"spec\":\"$i\"}," | tr -d '\n'
0 commit comments