sysaudio: add TODO regarding CI tests

This commit is contained in:
Stephen Gutekanst 2022-09-20 02:27:29 -07:00 committed by Stephen Gutekanst
parent fe9ec5ba15
commit 87fd2f82f6

View file

@ -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;