Skip to content

Commit

Permalink
Merge pull request #1311 from iglesias/develop
Browse files Browse the repository at this point in the history
Disable temporarily buggy FactorGraph tests
  • Loading branch information
iglesias committed Jul 25, 2013
2 parents da8857a + 4a27e1a commit 8ffd7ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/structure/FactorGraph_unittest.cc
Expand Up @@ -243,7 +243,7 @@ TEST(FactorGraph, evaluate_energy_data_dep)
SG_UNREF(fac1b);
}

TEST(FactorGraph, evaluate_energy_param_data)
TEST(FactorGraph, DISABLED_evaluate_energy_param_data)
{
// Create one simple pairwise factor type
SGVector<int32_t> card(2);
Expand Down Expand Up @@ -333,7 +333,7 @@ TEST(FactorGraph, evaluate_energy_param_data)
SG_UNREF(fac1b);
}

TEST(FactorGraph, evaluate_energy_param_data_sparse)
TEST(FactorGraph, DISABLED_evaluate_energy_param_data_sparse)
{
// Create one simple pairwise factor type
SGVector<int32_t> card(2);
Expand Down

0 comments on commit 8ffd7ea

Please sign in to comment.