chromium/chrome/browser/extensions/api/reading_list/reading_list_apitest.cc

// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "chrome/browser/extensions/extension_apitest.h"
#include "chrome/browser/profiles/profile.h"
#include "chrome/browser/reading_list/reading_list_model_factory.h"
#include "chrome/browser/ui/browser.h"
#include "chrome/common/extensions/api/reading_list.h"
#include "components/reading_list/core/reading_list_model.h"
#include "content/public/test/browser_test.h"
#include "extensions/browser/test_event_router_observer.h"

namespace extensions {

namespace {

ReadingListApiTest;

IN_PROC_BROWSER_TEST_F(ReadingListApiTest, TestReadingListWorks) {}

// TODO(crbug.com/40931607): Re-enable this test
#if BUILDFLAG(IS_MAC)
#define MAYBE_TestReadingListEventsAcrossProfiles
#else
#define MAYBE_TestReadingListEventsAcrossProfiles
#endif  // BUILDFLAG(IS_MAC)
IN_PROC_BROWSER_TEST_F(ReadingListApiTest,
                       MAYBE_TestReadingListEventsAcrossProfiles) {}

}  // namespace

}  // namespace extensions