Skip to content

Commit

Permalink
e2e: enable cephfs test for discovered
Browse files Browse the repository at this point in the history
Signed-off-by: Raghavendra Talur <[email protected]>
  • Loading branch information
raghavendra-talur committed Nov 13, 2024
1 parent 8cb6ae8 commit 0470265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/deployers/discoveredapps.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,5 +107,5 @@ func (d DiscoveredApps) Undeploy(w workloads.Workload) error {
}

func (d DiscoveredApps) IsWorkloadSupported(w workloads.Workload) bool {
return w.GetName() != "Deploy-cephfs"
return true
}

0 comments on commit 0470265

Please sign in to comment.