Unverified Commit 9bb7142e authored by Kate Lovett's avatar Kate Lovett Committed by GitHub

Removing leftover skips. (#37250)

parent a8fbe02a
...@@ -546,7 +546,6 @@ void main() { ...@@ -546,7 +546,6 @@ void main() {
'switch.tap.off.png', 'switch.tap.off.png',
version: 0, version: 0,
), ),
skip: !isLinux,
); );
await tester.tap(find.byKey(switchKey)); await tester.tap(find.byKey(switchKey));
...@@ -561,7 +560,6 @@ void main() { ...@@ -561,7 +560,6 @@ void main() {
'switch.tap.turningOn.png', 'switch.tap.turningOn.png',
version: 0, version: 0,
), ),
skip: !isLinux,
); );
await tester.pumpAndSettle(); await tester.pumpAndSettle();
...@@ -571,7 +569,6 @@ void main() { ...@@ -571,7 +569,6 @@ void main() {
'switch.tap.on.png', 'switch.tap.on.png',
version: 0, version: 0,
), ),
skip: !isLinux,
); );
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment