mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 19:51:50 +00:00
ci(flake): Disable test properly. (#37738)
This commit is contained in:
parent
d2476b308f
commit
9577d0736a
@ -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)
|
||||
|
||||
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user