summaryrefslogtreecommitdiffstats
path: root/simple_kafka_client-skip.patch
blob: 2889ace0d8c8689d807f04f2a532aca2c6b5f5c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From ae1937c762de19d1bee2fd7873668b09ffc6d7cc Mon Sep 17 00:00:00 2001
From: Remi Collet <remi@famillecollet.com>
Date: Mon, 12 Apr 2021 08:16:23 +0200
Subject: [PATCH] Missing skip

---
 tests/init_transaction_not_configured.phpt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tests/init_transaction_not_configured.phpt b/tests/init_transaction_not_configured.phpt
index 0adfad3..513490d 100644
--- a/tests/init_transaction_not_configured.phpt
+++ b/tests/init_transaction_not_configured.phpt
@@ -1,5 +1,9 @@
 --TEST--
 initTransaction() not configured
+--SKIPIF--
+<?php
+require __DIR__ . '/integration-tests-check.php';
+?>
 --FILE--
 <?php
 require __DIR__ . '/integration-tests-check.php';