Disable flaky TestConvertLSIF (#45252)

Disable flkay TestConvertLSIF
This commit is contained in:
Thorsten Ball 2022-12-06 13:18:17 +01:00 committed by GitHub
parent 73bd4b1f10
commit 49c5aee840
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,7 @@ import (
)
func TestConvertLSIF(t *testing.T) {
t.Skip("Flaky, see https://github.com/sourcegraph/sourcegraph/issues/45251")
gzipped, err := os.Open("./testdata/dump1.lsif.gz")
if err != nil {
t.Fatalf("unexpected error reading test file: %s", err)