Skip to content

Commit 4188719

Browse files
kyotosquat
authored andcommitted
tests/frontend: Disable frontend tests
1 parent 71b94a1 commit 4188719

File tree

2 files changed

+0
-24
lines changed

2 files changed

+0
-24
lines changed

Jenkinsfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@ pipeline {
203203

204204
withDockerContainer(tectonicBazelImage) {
205205
sh "bazel test terraform_fmt --test_output=all"
206-
sh "bazel test installer/frontend:unit --test_output=all"
207206
sh "bazel test installer:cli_units --test_output=all"
208207
sh"""#!/bin/bash -ex
209208
bazel build tarball tests/smoke

tests/README.md

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -28,29 +28,6 @@ temporarily merged into the target branch of the pull request.
2828
Comment with `ok to test` on the PR.
2929

3030

31-
## Running GUI tests on PRs
32-
33-
The GUI tests include integration tests for the AWS and the Baremetal GUI
34-
installer.
35-
36-
### Actions required
37-
- Add the `run-gui-tests` GitHub label
38-
39-
### FAQ
40-
- *I am not able to add labels, what should I do?*
41-
42-
Please ask one of the repository [maintainers](../MAINTAINERS) to add the
43-
labels.
44-
45-
- *How do I retrigger the tests?*
46-
47-
Comment with `ok to test` on the PR.
48-
49-
- *I forgot to add the GitHub labels. Can I add them after creating the PR?*
50-
51-
Yes, just add the GitHub labels and comment `ok to test` on the PR.
52-
53-
5431
## Running smoke / k8s-conformance tests on PRs
5532

5633
In addition to our basic set of tests we have smoke tests and the k8s upstream

0 commit comments

Comments
 (0)