mirror of
https://github.com/kubevela/kubevela.git
synced 2026-05-21 16:53:23 +00:00
* Apply builtin definition in system:init Fix builtin definitions not installed issue * install builtin definitions * fix OAM runtime installation issue and refactor e2e * fix e2e build issue * manually install oam runtime and builtin capabilities * remove system:init from e2e test
11 lines
211 B
Go
11 lines
211 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("system init")
|
|
})
|