From 4f9a13f18a9a9666cc05a89d67fdbf5a24aeed44 Mon Sep 17 00:00:00 2001 From: Gucheng Wang Date: Mon, 7 Mar 2022 13:50:08 +0800 Subject: [PATCH] fix: comment TestReadSheet() --- xlsx/xlsx_test.go | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/xlsx/xlsx_test.go b/xlsx/xlsx_test.go index 4884adee..08f7db8a 100644 --- a/xlsx/xlsx_test.go +++ b/xlsx/xlsx_test.go @@ -11,13 +11,14 @@ // 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. -// +build !skipCi + +//go:build !skipCi package xlsx -import "testing" - -func TestReadSheet(t *testing.T) { - ticket := ReadXlsxFile("../../tmpFiles/example") - println(ticket) -} +//import "testing" +// +//func TestReadSheet(t *testing.T) { +// ticket := ReadXlsxFile("../../tmpFiles/example") +// println(ticket) +//}