Browse Source

test: disable one test in base_unittests (#14968)

Fails after the Chromium 68 upgrade.
Alexey Kuzmin 6 years ago
parent
commit
f161835fc3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      spec/configs/unittests.yml

+ 1 - 0
spec/configs/unittests.yml

@@ -12,6 +12,7 @@ tests:
           - WeakPtrDeathTest.WeakPtrCopyDoesNotChangeThreadBinding
         undecided:
           - FilePathTest*
+          - PartitionReallocReturnNullTest.RepeatedReturnNullDirect
           - RTLTest*
           - SysStrings*
           - UTFOffsetStringConversionsTest*