diff --git a/package.json b/package.json
index dbd8b60d87b2167c1d2686dc3a91e6c02ea6a73b..bcc949ba326471ae2a103d78f1363d9ee663d660 100644
--- a/package.json
+++ b/package.json
@@ -109,7 +109,7 @@
     "scratch-render": "0.1.0-prerelease.20181127194508",
     "scratch-storage": "1.2.0",
     "scratch-svg-renderer": "0.2.0-prerelease.20181126212715",
-    "scratch-vm": "0.2.0-prerelease.20181210152453",
+    "scratch-vm": "0.2.0-prerelease.20181210154926",
     "selenium-webdriver": "3.6.0",
     "startaudiocontext": "1.2.1",
     "style-loader": "^0.23.0",
diff --git a/test/integration/sprites.test.js b/test/integration/sprites.test.js
index aab801db4cd381e9a3cf84a61783f1d2a07826ac..8e57fc1a6a2aec31b2c67d313868e3c83196fb36 100644
--- a/test/integration/sprites.test.js
+++ b/test/integration/sprites.test.js
@@ -91,7 +91,7 @@ describe('Working with sprites', () => {
 
     // This test fails because uploading an SVG as a sprite changes the scaling
     // Enable when this is fixed issues/3608
-    test.skip('Adding a sprite by uploading an svg (gh-3608)', async () => {
+    test('Adding a sprite by uploading an svg (gh-3608)', async () => {
         await loadUri(uri);
         await clickXpath('//button[@title="Try It"]');
         const el = await findByXpath('//button[@aria-label="Choose a Sprite"]');