Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions t/plugin/lago.t
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
use t::APISIX;
use t::APISIX 'no_plan';

# 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');
# TEST 2 clones the Lago repository and brings up its docker compose stack, which
# makes it flaky in CI. It stays marked with `--- SKIP` until #12904 is resolved;
# the schema tests below have no external dependency and always run.

repeat_each(1);
no_long_string();
Expand Down Expand Up @@ -78,3 +79,4 @@ cd t && pnpm test plugin/lago.spec.mts 2>&1
failed to execute the script with status
--- response_body eval
qr/PASS plugin\/lago.spec.mts/
--- SKIP: needs a live Lago stack cloned and started from the network (#12904)
Loading