diff --git a/ds.info.yml b/ds.info.yml
index dabdca62..e147246e 100644
--- a/ds.info.yml
+++ b/ds.info.yml
@@ -6,5 +6,5 @@ package: 'Display Suite'
 configure: ds.structure
 dependencies:
   - drupal:layout_discovery
-#test_dependencies:
-#  - field_group:field_group
+test_dependencies:
+  - field_group:field_group
diff --git a/tests/src/Functional/FieldGroupTest.php b/tests/src/Functional/FieldGroupTest.php
index d7ff8abb..740cdd6c 100644
--- a/tests/src/Functional/FieldGroupTest.php
+++ b/tests/src/Functional/FieldGroupTest.php
@@ -7,20 +7,17 @@ use Drupal\Tests\field_group\Functional\FieldGroupTestTrait;
 /**
  * Tests for field group integration with Display Suite.
  *
- * @group ds_disabled_test
+ * @group ds
  */
 class FieldGroupTest extends TestBase {
 
-  //use FieldGroupTestTrait;
+  use FieldGroupTestTrait;
 
   /**
    * Test tabs.
    */
   public function testFieldPlugin() {
 
-    // Disable the test for now until field group fixed it's schema definition
-    return;
-
     // Create a node.
     $settings = ['type' => 'article', 'promote' => 1];
     /* @var \Drupal\node\NodeInterface $node */
