Skip to content

Commit

Permalink
Skipped devices tests to build on Github
Browse files Browse the repository at this point in the history
  • Loading branch information
artiomn authored Nov 6, 2024
1 parent 2749d5c commit a3a540f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions knp/tests/core/device_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ extern "C"

TEST(DeviceTestSuite, CPUTest)
{
GTEST_SKIP() << "This test doesn't work under Github builders";

#if defined(WIN32)
GTEST_SKIP() << "Test needs driver under Windows";
#else
Expand All @@ -52,6 +54,8 @@ TEST(DeviceTestSuite, CPUTest)

TEST(DeviceTestSuite, BackendDevicesTest)
{
GTEST_SKIP() << "This test doesn't work under Github builders";

#if defined(WIN32)
GTEST_SKIP() << "Test needs driver under Windows";
#else
Expand Down

0 comments on commit a3a540f

Please sign in to comment.