Store: skip flaky test in the store service (#59443)

skip flaky test
This commit is contained in:
Kevin Minehart 2022-11-29 11:54:20 -06:00 committed by GitHub
parent b2fdf46820
commit a77d95807c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,6 +84,7 @@ func TestListFiles(t *testing.T) {
require.NoError(t, err)
require.NotNil(t, file)
t.Skip("Skipping golden JSON frame test as it is flaky")
testDsFrame, err := testdatasource.LoadCsvContent(bytes.NewReader(file.Contents), file.Name)
require.NoError(t, err)
experimental.CheckGoldenJSONFrame(t, "testdata", "public_testdata_js_libraries.golden", testDsFrame, true)