This is an automated email from the ASF dual-hosted git repository.
sunyi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git
The following commit(s) were added to refs/heads/master by this push:
new a07e1ef7a test: temporarily skip lago test case due to execution
issues (#12903)
a07e1ef7a is described below
commit a07e1ef7a3630c631b1af7521be5d8902c1b319b
Author: litesun <[email protected]>
AuthorDate: Wed Jan 14 11:17:01 2026 +0800
test: temporarily skip lago test case due to execution issues (#12903)
---
t/plugin/lago.t | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/t/plugin/lago.t b/t/plugin/lago.t
index 330642809..d97875e05 100644
--- a/t/plugin/lago.t
+++ b/t/plugin/lago.t
@@ -14,7 +14,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
-use t::APISIX 'no_plan';
+use t::APISIX;
+
+# This test cannot be executed normally at the moment, so it will be
temporarily skipped and fixed in a later PR.
+plan(skip_all => 'skip test case');
repeat_each(1);
no_long_string();