mirror of
https://github.com/kubevela/kubevela.git
synced 2026-05-16 22:37:16 +00:00
11 lines
207 B
Go
11 lines
207 B
Go
package e2e
|
|
|
|
import (
|
|
"github.com/onsi/ginkgo"
|
|
)
|
|
|
|
var _ = ginkgo.Describe("Application", func() {
|
|
// TODO(zzxwill) Need to find out why it failed in Github workflow.
|
|
//e2e.SystemInitContext("install")
|
|
})
|