Skip to content

Commit 57deaf9

Browse files
authored
Remove import test from CI until it is stabilized (#335)
* Remove import test from CI until it is stabilized * Update testplan.json
1 parent f83fe2d commit 57deaf9

1 file changed

Lines changed: 2 additions & 16 deletions

File tree

integration-tests/config/testplan.json

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@
1616
{
1717
"git": "gitlab",
1818
"ci": "gitlabci",
19-
"registry": "quay",
20-
"tpa": "local",
21-
"acs": "remote"
19+
"registry": "quay"
2220
},
2321
{
2422
"git": "github",
@@ -46,18 +44,6 @@
4644
"registry": "quay"
4745
}],
4846
"tests": ["tssc/full_workflow.test.ts"]
49-
},
50-
{
51-
"name": "import-tests",
52-
"templates": ["go"],
53-
"tssc": [
54-
{
55-
"git": "github",
56-
"ci": "tekton",
57-
"registry": "quay"
58-
}
59-
],
60-
"tests": ["templates/import_templates.test.ts"]
6147
}
6248
]
63-
}
49+
}

0 commit comments

Comments
 (0)