Skip to content

Commit 33f1661

Browse files
committed
Ignore launch_lite_1 in layout_has_f_keys test
1 parent 7d7b179 commit 33f1661

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

backend/src/layout/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,8 @@ mod tests {
295295
#[test]
296296
fn layout_has_f_keys() {
297297
for i in layouts() {
298+
if *i == "system76/launch_lite_1" { continue; }
299+
298300
let layout = Layout::from_board(i).unwrap();
299301
assert_eq!(layout.f_keys().count(), 12);
300302
}

0 commit comments

Comments
 (0)