Skip to content
Snippets Groups Projects
Commit 75c369dc authored by Dan Fandrich's avatar Dan Fandrich
Browse files

Disable test due to keyword before disabling due to bad server.

parent 019f6a19
No related branches found
No related tags found
No related merge requests found
......@@ -1804,10 +1804,6 @@ sub singletest {
last;
}
if(!$why) {
$why = serverfortest($testnum);
}
if(!$why) {
my @keywords = getpart("info", "keywords");
my $k;
......@@ -1819,6 +1815,10 @@ sub singletest {
}
}
if(!$why) {
$why = serverfortest($testnum);
}
if(!$why) {
my @precheck = getpart("client", "precheck");
$cmd = $precheck[0];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment