diff options
author | Xavi Garcia Mena <xavi.garcia.mena@canonical.com> | 2015-10-22 12:46:04 +0200 |
---|---|---|
committer | Xavi Garcia Mena <xavi.garcia.mena@canonical.com> | 2015-10-22 12:46:04 +0200 |
commit | dc719904611197a1f01fc4034f4678ffae556491 (patch) | |
tree | 80c6994b77432d3ce7b4d28d075a804d090934e4 /tests | |
parent | 3460b9c8d18a52bb859f143f0428e0325d699a3f (diff) | |
download | ayatana-indicator-sound-dc719904611197a1f01fc4034f4678ffae556491.tar.gz ayatana-indicator-sound-dc719904611197a1f01fc4034f4678ffae556491.tar.bz2 ayatana-indicator-sound-dc719904611197a1f01fc4034f4678ffae556491.zip |
Disabled unit test with race condition issues
Diffstat (limited to 'tests')
-rw-r--r-- | tests/integration/test-indicator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/test-indicator.cpp b/tests/integration/test-indicator.cpp index 3cc24e8..e79c9d4 100644 --- a/tests/integration/test-indicator.cpp +++ b/tests/integration/test-indicator.cpp @@ -32,7 +32,7 @@ class TestIndicator: public IndicatorSoundTestBase { }; -TEST_F(TestIndicator, PhoneChangeRoleVolume) +TEST_F(TestIndicator, DISABLED_PhoneChangeRoleVolume) { double INITIAL_VOLUME = 0.0; |