Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/check-system4
-rw-r--r--tests/shell.py2
2 files changed, 1 insertions, 5 deletions
diff --git a/scripts/check-system b/scripts/check-system
index cdfdeaf..3b2c099 100755
--- a/scripts/check-system
+++ b/scripts/check-system
@@ -247,10 +247,6 @@ checks = \
"checker": "python",
"packages": { "fedora": "webkitgtk3",
"ubuntu": "gir1.2-webkit-3.0" } },
- { "check": "import abiword",
- "checker": "python",
- "packages": { "fedora": "pyabiword",
- "ubuntu": "python-abiword" } },
{ "check": "import pygst",
"checker": "python",
"packages": { "fedora": "gstreamer-python",
diff --git a/tests/shell.py b/tests/shell.py
index f78963a..5c20bdd 100644
--- a/tests/shell.py
+++ b/tests/shell.py
@@ -38,7 +38,7 @@ radio_button.click()
# Launch and close all the activities
for activity_launcher in get_activity_launchers(shell):
- if activity_launcher.name == "Pippy":
+ if activity_launcher.name in ["Pippy", "Write"]:
continue
print "Launching %s" % activity_launcher.name