Skip to content

Commit

Permalink
skip cv.getAvailableBackends
Browse files Browse the repository at this point in the history
  • Loading branch information
rainyl committed Nov 6, 2024
1 parent de0a8d7 commit 4f9448a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/dartcv/test/dnn/dnn_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -226,9 +226,7 @@ void main() async {
expect(blob.isEmpty, false);
});

test("cv.getAvailableBackends, getAvailableTargets", onPlatform: {
"windows": const Skip("github actions does not support vulkan"),
}, () {
test("cv.getAvailableBackends, getAvailableTargets", skip: true, () {
cv.enableModelDiagnostics(true);
final backends = cv.getAvailableBackends();
expect(backends, isNotEmpty);
Expand Down

0 comments on commit 4f9448a

Please sign in to comment.