From 841321ae7aa95552f46437a731731acc8c68082c Mon Sep 17 00:00:00 2001 From: b41sh Date: Thu, 9 Dec 2021 16:47:30 +0800 Subject: [PATCH] remove integration-testing/unskip.patch --- .github/workflows/integration.yml | 2 -- integration-testing/unskip.patch | 32 ------------------------------- 2 files changed, 34 deletions(-) delete mode 100644 integration-testing/unskip.patch diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 1dc84878e61b..41b1dcbe8eb9 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -38,8 +38,6 @@ jobs: with: path: rust fetch-depth: 0 - - name: Test more cases - run: git apply rust/integration-testing/unskip.patch - name: Setup Python uses: actions/setup-python@v2 with: diff --git a/integration-testing/unskip.patch b/integration-testing/unskip.patch deleted file mode 100644 index 5f53afd60f0c..000000000000 --- a/integration-testing/unskip.patch +++ /dev/null @@ -1,32 +0,0 @@ -// Licensed to the Apache Software Foundation (ASF) under one -// or more contributor license agreements. See the NOTICE file -// distributed with this work for additional information -// regarding copyright ownership. The ASF licenses this file -// to you under the Apache License, Version 2.0 (the -// "License"); you may not use this file except in compliance -// with the License. You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, -// software distributed under the License is distributed on an -// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -// KIND, either express or implied. See the License for the -// specific language governing permissions and limitations -// under the License. - -diff --git a/dev/archery/archery/integration/datagen.py b/dev/archery/archery/integration/datagen.py -index 6a077a893..104c49c52 100644 ---- a/dev/archery/archery/integration/datagen.py -+++ b/dev/archery/archery/integration/datagen.py -@@ -1579,8 +1579,7 @@ def get_generated_json_files(tempdir=None): - - generate_month_day_nano_interval_case() - .skip_category('C#') -- .skip_category('JS') -- .skip_category('Rust'), -+ .skip_category('JS'), - - - generate_map_case() -