Skip to content

Commit 193f654

Browse files
Fix flaky tests
1 parent 5f3bd75 commit 193f654

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
strategy:
11+
fail-fast: false
1112
matrix:
1213
go-version:
1314
- 1.20.x

api/admin/metadata_fields_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ var metadataField = metadata.Field{
1414
Type: metadata.SetFieldType,
1515
ExternalID: cldtest.UniqueID("go_color_id_"),
1616
Label: cldtest.UniqueID("GoColors"),
17-
Mandatory: true,
17+
Mandatory: false,
1818
DefaultValue: []string{"go_color1", "go_color2"},
1919
DataSource: dataSource1,
2020
}

0 commit comments

Comments
 (0)