aboutsummaryrefslogtreecommitdiffstats
path: root/tests/template/template_spacing_test.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/template/template_spacing_test.php')
-rw-r--r--tests/template/template_spacing_test.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/template/template_spacing_test.php b/tests/template/template_spacing_test.php
index 83f8711b38..fb4161066a 100644
--- a/tests/template/template_spacing_test.php
+++ b/tests/template/template_spacing_test.php
@@ -59,6 +59,10 @@ class phpbb_template_template_spacing_test extends phpbb_template_template_test_
*/
public function test_event($desc, $dataset, $style_names, $file, array $vars, array $block_vars, array $destroy, $expected)
{
+ $this->markTestIncomplete(
+ 'This test will fail until PHPBB3-11435 is fixed'
+ );
+
// Reset the engine state
$this->setup_engine_for_events($dataset, $style_names);