Skip to content

Commit

Permalink
Disabling ASAN and UBSAN since they don't seem to work on github runner
Browse files Browse the repository at this point in the history
  • Loading branch information
gershnik committed Jan 4, 2024
1 parent 0b5440e commit 38016a6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Translit/tests/Main.xctestplan
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,12 @@
}
],
"defaultOptions" : {
"addressSanitizer" : {
"detectStackUseAfterReturn" : true,
"enabled" : true
},
"targetForVariableExpansion" : {
"containerPath" : "container:Translit.xcodeproj",
"identifier" : "445D1E462AFE2C6C00FA1C07",
"name" : "Translit"
},
"testTimeoutsEnabled" : true,
"undefinedBehaviorSanitizerEnabled" : true
"testTimeoutsEnabled" : true
},
"testTargets" : [
{
Expand Down

0 comments on commit 38016a6

Please sign in to comment.