Skip to content

Commit

Permalink
Disable ubuntu14 unittest
Browse files Browse the repository at this point in the history
- sandesh_client_test

Change-Id: I1edbabe44392d0c4ad2effbec42bb04b428ec442
Partial-Bug: #1464121
  • Loading branch information
Karl Klashinsky committed Nov 5, 2015
1 parent 6984cc8 commit 6d0b5b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions library/cpp/test/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@ sandesh_state_machine_test = env.UnitTest('sandesh_state_machine_test',
env.Alias('src/sandesh:sandesh_state_machine_test', sandesh_state_machine_test)

sandesh_client_test = env.UnitTest('sandesh_client_test',
['sandesh_client_test.cc'] +
sandesh_test_common_obj
)
['sandesh_client_test.cc'] +
sandesh_test_common_obj,
platform_exclude=[('Ubuntu','14.04')])
env.Alias('src/sandesh:sandesh_client_test', sandesh_client_test)

test_suite = [sandesh_message_test,
Expand Down

0 comments on commit 6d0b5b9

Please sign in to comment.