Skip to content

Commit 2b17d12

Browse files
authored
Merge pull request #2217 from cnti-testcatalog/remove-shared-db2
Remove shared_database2 from actions
2 parents 4bf8e73 + de24cae commit 2b17d12

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/actions.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,10 @@ jobs:
3838
TEST_ARRAY=("${TEST_ARRAY[@]/pod_network_latency/}")
3939
TEST_ARRAY=("${TEST_ARRAY[@]/zombie/}")
4040
TEST_ARRAY=("${TEST_ARRAY[@]/oran/}")
41-
# Skip both 5g and core tags because they are flaky
41+
# Skip 5g, core, shared_database2 tags because they are flaky
4242
TEST_ARRAY=("${TEST_ARRAY[@]/5g/}")
4343
TEST_ARRAY=("${TEST_ARRAY[@]/core/}")
44+
TEST_ARRAY=("${TEST_ARRAY[@]/shared_database2/}")
4445
TEST_LIST=$(for i in ${TEST_ARRAY[@]}
4546
do
4647
echo "{\"spec\":\"$i\"}," | tr -d '\n'

0 commit comments

Comments
 (0)