Skip to content

Commit d5b73b3

Browse files
committed
Temporarily skip broken test
1 parent 3c3a8ef commit d5b73b3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/spec/SchemaTest.php

+5
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ public function testRead()
4545

4646
public function testNullable()
4747
{
48+
self::markTestIncomplete(
49+
'Test currently fails as it was not run when https://github.com/cebe/php-openapi/pull/132 was merged. '
50+
.'See https://github.com/cebe/php-openapi/issues/142 for status'
51+
);
52+
4853
/** @var $schema Schema */
4954
$schema = Reader::readFromJson('{"type": "string"}', Schema::class);
5055
$this->assertEquals(Type::STRING, $schema->type);

0 commit comments

Comments
 (0)