sysaudio: add TODO regarding CI tests
This commit is contained in:
parent
fe9ec5ba15
commit
87fd2f82f6
1 changed files with 4 additions and 0 deletions
|
|
@ -67,6 +67,7 @@ test "list devices" {
|
||||||
while (try iter.next()) |_| {}
|
while (try iter.next()) |_| {}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO(sysaudio): get this test passing on CI
|
||||||
test "connect to device" {
|
test "connect to device" {
|
||||||
return error.SkipZigTest;
|
return error.SkipZigTest;
|
||||||
|
|
||||||
|
|
@ -77,6 +78,7 @@ test "connect to device" {
|
||||||
// defer d.deinit(std.testing.allocator);
|
// defer d.deinit(std.testing.allocator);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO(sysaudio): get this test passing on CI
|
||||||
test "connect to device from descriptor" {
|
test "connect to device from descriptor" {
|
||||||
return error.SkipZigTest;
|
return error.SkipZigTest;
|
||||||
|
|
||||||
|
|
@ -95,6 +97,7 @@ test "connect to device from descriptor" {
|
||||||
// return error.SkipZigTest;
|
// return error.SkipZigTest;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO(sysaudio): get this test passing on CI
|
||||||
test "requestDevice behavior: null is_raw" {
|
test "requestDevice behavior: null is_raw" {
|
||||||
return error.SkipZigTest;
|
return error.SkipZigTest;
|
||||||
|
|
||||||
|
|
@ -112,6 +115,7 @@ test "requestDevice behavior: null is_raw" {
|
||||||
// try testing.expectError(error.InvalidParameter, a.requestDevice(std.testing.allocator, bad_conf));
|
// try testing.expectError(error.InvalidParameter, a.requestDevice(std.testing.allocator, bad_conf));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO(sysaudio): get this test passing on CI
|
||||||
test "requestDevice behavior: invalid id" {
|
test "requestDevice behavior: invalid id" {
|
||||||
return error.SkipZigTest;
|
return error.SkipZigTest;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue