Skip to content

Commit

Permalink
test: Remove redunant test
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurpitman committed Jan 7, 2025
1 parent 5fd4436 commit 911119d
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions pkg/persistence/config/loader/config_loader_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1568,24 +1568,6 @@ configs:
"unknown document kind \"other\"",
},
},
{
name: "Document config with FF off",
filePathArgument: "test-file.yaml",
filePathOnDisk: "test-file.yaml",
fileContentOnDisk: `
configs:
- id: dashboard-id
config:
name: Test dashboard
originObjectId: ext-ID-123
template: 'profile.json'
type:
document:
kind: dashboard`,
wantErrorsContain: []string{
"unknown config-type \"document\"",
},
},
{
name: "OpenPipeline config with FF off",
envVars: map[string]string{
Expand Down

0 comments on commit 911119d

Please sign in to comment.