[Tests] Disable refactoring/ConvertAsync in ASAN

ASAN detected stack-use-after-scope errors. Disable tests while fixing.

rdar://problem/73984220
This commit is contained in:
Rintaro Ishizaki
2021-02-04 10:17:49 -08:00
parent 693e487771
commit f67b5d9917
6 changed files with 12 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
// rdar://problem/73984220
// XFAIL: asan
enum CustomError: Error {
case invalid
case insecure