Adds a skip message for analyzer (#158890)
#158880 causes the linux analyzer to complain for not having a skip message.
This commit is contained in:
parent
3a075deede
commit
5f93a7f7ea
@ -142,7 +142,7 @@ void main(List<String> args) async {
|
||||
},
|
||||
// TODO(matanlurey): Debug why flutter build apk often timesout.
|
||||
// See https://github.com/flutter/flutter/issues/158560 for details.
|
||||
skip: buildCommand == 'apk' ? 'flutter build apk times out' : false,
|
||||
skip: buildCommand == 'apk' ? 'flutter build apk times out' : false, // Temporary workaround for https://github.com/flutter/flutter/issues/158560.
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user