Skip to content

Commit

Permalink
Tests/UnitTests/MathTests/GPUMatrixTests.cpp: disable test
Browse files Browse the repository at this point in the history
  • Loading branch information
mahilleb-msft committed Mar 11, 2017
1 parent c8302f6 commit 6097f3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tests/UnitTests/MathTests/GPUMatrixTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ namespace Microsoft { namespace MSR { namespace CNTK { namespace Test {

BOOST_AUTO_TEST_SUITE(GPUMatrixSuite)

#if 0
BOOST_FIXTURE_TEST_CASE(MatrixCopyAssignAccrossDevices, RandomSeedFixture)
{
bool hasTwoGpus = false;
Expand Down Expand Up @@ -69,6 +70,7 @@ BOOST_FIXTURE_TEST_CASE(MatrixCopyAssignAccrossDevices, RandomSeedFixture)
}
}
}
#endif


BOOST_FIXTURE_TEST_CASE(GPUMatrixConstructorNoFlag, RandomSeedFixture)
Expand Down

0 comments on commit 6097f3e

Please sign in to comment.