summary refs log tree commit diff stats
path: root/test/bm_loader.py
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-05-14 17:59:52 +0200
committerhut <hut@lavabit.com>2010-05-14 18:05:22 +0200
commit863f85ce9000eaef047631db0e42cdbfbb7c776e (patch)
tree604766cddd875aff570daf0425a501d5815c027d /test/bm_loader.py
parent7f9044bc98679032031bf33c3034b5275111cc3b (diff)
downloadranger-863f85ce9000eaef047631db0e42cdbfbb7c776e.tar.gz
fsobject.fsobject: applied patches
Diffstat (limited to 'test/bm_loader.py')
-rw-r--r--test/bm_loader.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/bm_loader.py b/test/bm_loader.py
index 4bfc2db9..745e6f3b 100644
--- a/test/bm_loader.py
+++ b/test/bm_loader.py
@@ -127,6 +127,7 @@ class benchmark_load(object):
 				self.loader.work()
 
 
+@skip
 class benchmark_raw_load(object):
 	def __init__(self):
 		SettingsAware.settings = Fake()
127'>127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191