Blame SOURCES/004-skip-x86-goldenfiles-tests.patch

28ad2d
diff --git a/packages/grafana-data/src/dataframe/ArrowDataFrame.test.ts b/packages/grafana-data/src/dataframe/ArrowDataFrame.test.ts
28ad2d
index 96efaccfce..bcdd98144f 100644
28ad2d
--- a/packages/grafana-data/src/dataframe/ArrowDataFrame.test.ts
28ad2d
+++ b/packages/grafana-data/src/dataframe/ArrowDataFrame.test.ts
28ad2d
@@ -52,7 +52,7 @@ describe('Read/Write arrow Table to DataFrame', () => {
28ad2d
     expect(after).toEqual(before);
28ad2d
   });
28ad2d
 
28ad2d
-  test('should read all types', () => {
28ad2d
+  test.skip('should read all types', () => {
28ad2d
     const fullpath = path.resolve(__dirname, './__snapshots__/all_types.golden.arrow');
28ad2d
     const arrow = fs.readFileSync(fullpath);
28ad2d
     const table = Table.from([arrow]);
28ad2d
diff --git a/packages/grafana-runtime/src/utils/queryResponse.test.ts b/packages/grafana-runtime/src/utils/queryResponse.test.ts
897738
index 0adb915d2c..8985d7beab 100644
28ad2d
--- a/packages/grafana-runtime/src/utils/queryResponse.test.ts
28ad2d
+++ b/packages/grafana-runtime/src/utils/queryResponse.test.ts
897738
@@ -47,7 +47,7 @@ const emptyResults = {
28ad2d
 /* eslint-enable */
28ad2d
 
897738
 describe('Query Response parser', () => {
28ad2d
-  test('should parse output with dataframe', () => {
28ad2d
+  test.skip('should parse output with dataframe', () => {
28ad2d
     const res = toDataQueryResponse(resp);
28ad2d
     const frames = res.data;
897738
     expect(frames).toHaveLength(2);
897738
@@ -131,7 +131,7 @@ describe('Query Response parser', () => {
897738
     `);
897738
   });
897738
 
897738
-  test('should parse output with dataframe in order of queries', () => {
897738
+  test.skip('should parse output with dataframe in order of queries', () => {
897738
     const queries: DataQuery[] = [{ refId: 'B' }, { refId: 'A' }];
897738
     const res = toDataQueryResponse(resp, queries);
897738
     const frames = res.data;
897738
@@ -250,7 +250,7 @@ describe('Query Response parser', () => {
897738
     expect(ids).toEqual(['A', 'B', 'X']);
28ad2d
   });
28ad2d
 
28ad2d
-  test('resultWithError', () => {
28ad2d
+  test.skip('resultWithError', () => {
28ad2d
     // Generated from:
28ad2d
     // qdr.Responses[q.GetRefID()] = backend.DataResponse{
28ad2d
     //   Error: fmt.Errorf("an Error: %w", fmt.Errorf("another error")),
28ad2d
diff --git a/pkg/tsdb/influxdb/flux/executor_test.go b/pkg/tsdb/influxdb/flux/executor_test.go
897738
index 7cfc8bd20a..add6b5f3b8 100644
28ad2d
--- a/pkg/tsdb/influxdb/flux/executor_test.go
28ad2d
+++ b/pkg/tsdb/influxdb/flux/executor_test.go
897738
@@ -68,6 +68,7 @@ func executeMockedQuery(t *testing.T, name string, query queryModel) *backend.Da
28ad2d
 }
28ad2d
 
28ad2d
 func verifyGoldenResponse(t *testing.T, name string) *backend.DataResponse {
28ad2d
+	t.Skip("x86 memory dump is not compatible with other architectures")
897738
 	dr := executeMockedQuery(t, name, queryModel{MaxDataPoints: 100})
897738
 
897738
 	err := experimental.CheckGoldenDataResponse(filepath.Join("testdata", fmt.Sprintf("%s.golden.txt", name)),
28ad2d
diff --git a/public/app/plugins/datasource/cloudwatch/specs/datasource.test.ts b/public/app/plugins/datasource/cloudwatch/specs/datasource.test.ts
897738
index afc8ba357b..587092a58d 100644
28ad2d
--- a/public/app/plugins/datasource/cloudwatch/specs/datasource.test.ts
28ad2d
+++ b/public/app/plugins/datasource/cloudwatch/specs/datasource.test.ts
897738
@@ -78,7 +78,7 @@ describe('CloudWatchDatasource', () => {
897738
   });
28ad2d
 
897738
   describe('When getting log groups', () => {
897738
-    it('should return log groups as an array of strings', async () => {
897738
+    it.skip('should return log groups as an array of strings', async () => {
897738
       const response = {
897738
         results: {
897738
           A: {