From 4635e3aed70ad7656e4c6a79c358f79c02bcd312 Mon Sep 17 00:00:00 2001
From: stepan <stepan.sindelar@oracle.com>
Date: Fri, 21 Jul 2017 13:15:23 +0200
Subject: [PATCH] Enable pkgtest in ci.hocon + ignore tests4

---
 ci.hocon                                               | 2 +-
 com.oracle.truffle.r.test.native/packages/pkg-filelist | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/ci.hocon b/ci.hocon
index b7b3b4149f..f50713f267 100644
--- a/ci.hocon
+++ b/ci.hocon
@@ -187,7 +187,7 @@ builds = [
   ${gateTestDarwin}           {capabilities : [darwin, amd64], targets : [gate], name: "gate-test-darwin-amd64"}
   ${gateStyle}                {capabilities : [linux, amd64],  targets : [gate], name: "gate-style-linux-amd64"}
   ${rbcheck}                  {capabilities : [linux, amd64],  targets : [gate], name: "gate-rbcheck-linux-amd64"}
-#  ${internalPkgtest}          {capabilities : [linux, amd64],  targets : [gate], name: "gate-internal-pkgtest-linux-amd64"}
+  ${internalPkgtest}          {capabilities : [linux, amd64],  targets : [gate], name: "gate-internal-pkgtest-linux-amd64"}
   ${gateTestManagedLinux}     {capabilities : [linux, amd64, fast],  targets : [gate], name: "gate-test-managed-linux-amd64"}
   ${gateTestJava9Linux}       {capabilities : [linux, amd64, fast],  targets : [gate], name: "gate-test-java9-linux-amd64"}
 ]
diff --git a/com.oracle.truffle.r.test.native/packages/pkg-filelist b/com.oracle.truffle.r.test.native/packages/pkg-filelist
index 55e8fe1d11..b9b4ec844e 100644
--- a/com.oracle.truffle.r.test.native/packages/pkg-filelist
+++ b/com.oracle.truffle.r.test.native/packages/pkg-filelist
@@ -1,3 +1,2 @@
 vanilla
-tests4
 testrffi
-- 
GitLab