diff --git a/core/modules/outside_in/tests/src/FunctionalJavascript/OutsideInBlockFormTest.php b/core/modules/outside_in/tests/src/FunctionalJavascript/OutsideInBlockFormTest.php
index d104049..ebe0374 100644
--- a/core/modules/outside_in/tests/src/FunctionalJavascript/OutsideInBlockFormTest.php
+++ b/core/modules/outside_in/tests/src/FunctionalJavascript/OutsideInBlockFormTest.php
@@ -51,6 +51,9 @@ protected function setUp() {
    * Tests opening Offcanvas tray by click blocks and elements in the blocks.
    */
   public function testBlocks() {
+    // @todo: re-enable once https://www.drupal.org/node/2830485 is resolved.
+    $this->markTestAsSkipped('Test skipped due to random failures in DrupalCI, see https://www.drupal.org/node/2830485');
+    return;
     $web_assert = $this->assertSession();
     $blocks = [
       [
