From ce6e9bd931b444c05c43d865ed0ee1fe51647011 Mon Sep 17 00:00:00 2001 From: Looly Date: Sat, 3 Feb 2024 11:37:44 +0800 Subject: [PATCH] fix test --- .../test/java/org/dromara/hutool/poi/excel/IssueI8ZIQCTest.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hutool-poi/src/test/java/org/dromara/hutool/poi/excel/IssueI8ZIQCTest.java b/hutool-poi/src/test/java/org/dromara/hutool/poi/excel/IssueI8ZIQCTest.java index 3128c1d42..ecd9aedc5 100644 --- a/hutool-poi/src/test/java/org/dromara/hutool/poi/excel/IssueI8ZIQCTest.java +++ b/hutool-poi/src/test/java/org/dromara/hutool/poi/excel/IssueI8ZIQCTest.java @@ -1,9 +1,11 @@ package org.dromara.hutool.poi.excel; +import org.junit.jupiter.api.Disabled; import org.junit.jupiter.api.Test; public class IssueI8ZIQCTest { @Test + @Disabled void readTest() { final ExcelReader reader = ExcelUtil.getReader("d:/test/test3.xlsx", "aaa"); }