ci(flake): Disable test properly. (#37738)

This commit is contained in:
Varun Gandhi 2022-06-27 11:28:52 +02:00 committed by GitHub
parent d2476b308f
commit 9577d0736a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -31,6 +31,8 @@ func init() {
}
func main() {
// FIXME: Flaky test in CI. Re-enable https://github.com/sourcegraph/sourcegraph/issues/37671
return
if err := flag.CommandLine.Parse(os.Args[1:]); err != nil {
fmt.Fprintf(os.Stderr, "error: %s\n", err)
os.Exit(1)

View File

@ -36,6 +36,8 @@ func init() {
}
func main() {
// FIXME: Flaky test in CI. Re-enable https://github.com/sourcegraph/sourcegraph/issues/37671
return
if err := flag.CommandLine.Parse(os.Args[1:]); err != nil {
fmt.Fprintf(os.Stderr, "error: %s\n", err)
os.Exit(1)