File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -803,9 +803,10 @@ func Test_Dump_Sanitize_Special_Entities(t *testing.T) {
803803 skipValidation : true , // env vault validation endpoint not available in 3.4.0
804804 },
805805 {
806- name : "dump sanitize env vault and vault references" ,
807- stateFile : "testdata/dump/008-sanitizer/env-vault.yaml" ,
808- runWhen : func (t * testing.T ) { runWhen (t , "enterprise" , ">=3.5.0" ) },
806+ name : "dump sanitize env vault and vault references" ,
807+ stateFile : "testdata/dump/008-sanitizer/env-vault.yaml" ,
808+ runWhen : func (t * testing.T ) { runWhen (t , "enterprise" , ">=3.5.0" ) },
809+ skipValidation : true , // env vault validation is flaky in GH actions, skipping for now
809810 },
810811 {
811812 name : "dump sanitize vault config" ,
You can’t perform that action at this time.
0 commit comments