Disable tests that use non-exist image

This commit is contained in:
Donny Xia
2021-05-06 09:54:26 -07:00
parent 4f760a0850
commit a46926c1eb

View File

@@ -89,7 +89,7 @@ func skipIfNoDocker(t *testing.T) {
}
}
func TestFnContainerGenerator(t *testing.T) {
/*func TestFnContainerGenerator(t *testing.T) {
skipIfNoDocker(t)
// Function plugins should not need the env setup done by MakeEnhancedHarness
@@ -403,7 +403,7 @@ spec:
cpu: 200m
memory: 50M
`)
}
}*/
func TestFnContainerTransformerWithConfig(t *testing.T) {
skipIfNoDocker(t)